View Full Version : Erg!


Kalamory
06-06-2003, 10:52 PM
I have one sheet that works in one section of my site. So I C&P this, made the changes, but it won't work. I put the codes up and everything? The biggest difference is that my other one uses a bg color, and this is an image.

A:link{color:#FF8BD2;text-decoration:none}
A:visited{color:#FF8BD2;text-decoration:none}
A:active{color:#FF8BD2;text-decoration:none}
A:hover{color:#FF099A;text-decoration:none;cursor:help;background-color:#FFFCB7}

body{
background-image:bg.jpg;
background-repeat:no-repeat;
background-position:center center;
background-attachment:fixed;

font-family:tahoma,arial,verdana;
color:#000000;
letter-spacing:1pt;
font-weight:normal;
font-size:x-small;

scrollbar-face-color:#ffffff;
scrollbar-shadow-color:#000000;
scrollbar-3dlight-color:#ffffff;
scrollbar-arrow-color:#ffffff;
scrollbar-base-color:#000000;
scrollbar-track-color:#ffffff;
scrollbar-darkshadow-color:#ffffff;
scrollbar-highlight-color:#000000;
scrollbar-shadow-color:#000000;}

td{
font-family:tahoma,arial,verdana;
color:#000000;
letter-spacing:1pt;
font-weight:normal;
font-size:x-small;}

the_dark_one02
06-06-2003, 11:23 PM
well for the backgrond image its

background-image:url(bg.jpg);

there ya go. try that