i have a file i want to set as a background-image:
background: url("C:\Python25\Progs\webapps\feedApp\templates
\larsson.jpg")
however inserting that somewhere doesnt set the image as background as
supposed to.
how do i set a background?
$def with (feed1, feed2, feed3, feed4, feed5, feed6, feed7, feed8,
feed9)
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
<title>Euro 08</title>
<style type="text/css">
<!--
body {
margin: 0px;
padding: 0px;
}
#header {
background: #fff;
width: 100%;
height: 10%;
font-size: large;
text-align: center;
color: #3EA99F;
}
#leftcol {
background: #fff;
float: left;
width: 33%;
height: 30%;
text-align: center;
color: #3EA99F;
}
#leftcol2 {
background: #fff;
float: left;
width: 33%;
height: 30%;
text-align: center;
color: #3EA99F;
}
#leftcol3 {
background: #fff;
float: left;
width: 33%;
height: 30%;
text-align: center;
color: #3EA99F;
}
#rightcol {
background: #fff;
float: right;
width: 33%;
height: 30%;
text-align: center;
color: #3EA99F;
}
#rightcol2 {
background: #fff;
float: right;
width: 33%;
height: 30%;
text-align: center;
color: #3EA99F;
}
#rightcol3 {
background: #fff;
float: right;
width: 33%;
height: 30%;
text-align: center;
color: #3EA99F;
}
#content {
background: #fff;
float: left;
width: 34%;
height: 30%;
text-align: center;
color: #3EA99F;
}
#content2 {
background: #fff;
float: left;
width: 34%;
height: 30%;
text-align: center;
color: #3EA99F;
}
#content3 {
background: #fff;
float: left;
width: 34%;
height: 30%;
text-align: center;
color: #3EA99F;
}
a:link {color: black; }
a:visited {color: grey; }
a:hover {color: black; }
a:active {color: black; }
-->
</style>
</head>
<body>
<div id="header"><h1>Euro championship 08, status of the swedish team</
h1></div>
<div id="leftcol">
<a href=$:feed1>hello says w3</a>
</div>
<div id="leftcol">
<a href=$:feed2>$:feed2</a>
</div>
<div id="leftcol">
<a href=$:feed3>$:feed3</a>
</div>
<div id="leftcol">
<a href=$:feed4>$:feed4</a>
</div>
<div id="leftcol">
<a href=$:feed5>$:feed5</a>
</div>
<div id="leftcol">
<a href=$:feed6>$:feed6</a>
</div>
<div id="leftcol">
<a href=$:feed7>$:feed7</a>
</div>
<div id="leftcol">
<a href=$:feed8>$:feed8</a>
</div>
<div id="leftcol">
<a href=$:feed9>$:feed9</a>
</div>
</body>
</html>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---