Hi,
I am having a bit of trouble using a background image for my site. I am defining the image in the css file as such:
body {
background: #DDD5C2 url(back.gif) repeat-x;
text-align: center;
margin: 0px;
color:NETQUOTEVAR:FGCOLORCSS;
padding: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
although it shows in dreamweaver, when ever I publish the site, the image ain't there, even though i have manually ftp'd it into the directory. i have choose colour instead of image from the design options, and even removed the tag from <BODY etc.
Anybody have similar problems like this ?
Darren
I am having a bit of trouble using a background image for my site. I am defining the image in the css file as such:
body {
background: #DDD5C2 url(back.gif) repeat-x;
text-align: center;
margin: 0px;
color:NETQUOTEVAR:FGCOLORCSS;
padding: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
although it shows in dreamweaver, when ever I publish the site, the image ain't there, even though i have manually ftp'd it into the directory. i have choose colour instead of image from the design options, and even removed the tag from <BODY etc.
Anybody have similar problems like this ?
Darren
Comment