peacefulglop
07-11-2003, 02:28 AM
Ok-I am using external style sheets(1 css doc. 4 the whole site) on my site and I am pretty sure I got the code right, but while everything else works, the background wont show up! Do you guys have any ideas of what could possibly be wrong? Thanks. :-)
peacefulglop
07-11-2003, 02:55 AM
um, heres the code I used:
body
{background-image:url(30116.jpg);
background-attachment:fixed;
font-family:comic sans ms
color: #99CCCC ;
letter-spacing:0;
font-weight:normal;
font-size: small}
kittycat
07-11-2003, 03:03 AM
font-family:comic sans ms
Add a semi-colon to the end.