View Full Version : What...?!


Neptune
06-12-2003, 11:45 PM
Okay, I looked at my page and I just noticed that it's completely messed up! None of the CSS is working. I have NO idea why. Can you take a look at it and see what's up? I'd be so great if you could.
(If you don't see a problem with this try looking up the source here: http://www.geocities.com/popular_yak//watermelon.html)

<style type=text/css>
<!--

A:link
{ text-decoration: underline; color:#FFFFFF}
A:visited
{ text-decoration: underline; color:#FFFFFF }
A:active
{ text-decoration: line-through; color:#FFFFFF }
A:hover
{ text-decoration: overline; color:#FFFFFF; }

{ background-color: #000000;
background-image: url();
background-repeat: no-repeat;
background-position: top;
background-attachment: fixed;

font-family: courier new, tahoma, default;
color: #FFFFFF;
font-weight: normal;
font-size: x-small;

scrollbar-face-color : #000000;
scrollbar-highlight-color : #FFFFFF;
scrollbar-3dlight-color : #000000;
scrollbar-shadow-color : #FFFFFF;
scrollbar-darkshadow-color : #000000;
scrollbar-track-color : #000000;
scrollbar-arrow-color : #000000 }
-->
</style>

lefty
06-12-2003, 11:46 PM
you don't have to word "body" in there :)

body
{ background-color: #000000;
background-image: url();

etc etc

Neptune
06-12-2003, 11:54 PM
Thank you! I don't even want to guess how that got misplaced.

lefty
06-13-2003, 01:14 AM
:lol: that's okay, you're welcome!