Gossamer Forum
Home : Products : Links 2.0 : Discussions :

links.css background image

Quote Reply
links.css background image
In the links.css file, I have the following line in the body section:

body {
color: #000000;
background: #FFFFFF url("http://www.somesite.com/...pages/background.gif") repeat-y;
}

I no longer wish to use a background image, so I replaced the above line with:

body {
color: #000000;
background: #FFFFFF;
}

but instead of just the background image not loading, I get a completely different look - like the whole css is not working from one alteration!



Any ideas?
Subject Author Views Date
Thread links.css background image lid 2039 Jan 2, 2002, 8:54 PM
Post Re: [lid] links.css background image
Eraser 1968 Jan 3, 2002, 1:16 PM