I’m trying to include a background at my CSS, but it doesn’t work:
body {
margin:0;
padding:0;
background: url("http://www.profboro.com.br/express/themes/site_themes/default/bg.gif") repeat;
line-height: 0.8em;
}This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
August 16, 2007 1:38pm
Subscribe [1]#1 / Aug 16, 2007 1:38pm
I’m trying to include a background at my CSS, but it doesn’t work:
body {
margin:0;
padding:0;
background: url("http://www.profboro.com.br/express/themes/site_themes/default/bg.gif") repeat;
line-height: 0.8em;
}#2 / Aug 16, 2007 1:38pm
is there a way or a small tag to find the gif file inside the site_themes/default?
#3 / Aug 22, 2007 12:59am
CSS Background Image
CSS Code:
p { background-image: url(smallPic.jpg); }
h4{ background-image: url(http://www.thebusinesslogo.com/pics/cssT/smallPic.jpg); }