I have an external style sheet with a "BODY" rule that should set the
background-color: yellow. This does not work. Only when I use Link Embedded
for the "BODY" rule does the background color change to yellow.
What's interesting is that I have a "H1" rule in the external style sheet
that works as required.
External Style Sheet:
body
{
background-color: yellow DOESN'T WORK!
}
Link Embedded:
<HEAD>
<STYLE TYPE="text/css">
<!--
body {background-color: yellow} WORKS!
-->
</STYLE>
</HEAD>
I'm using IE 5.5
Might chack a validator or post a link so someone could take a look...
HTH
Yes, I had a comment in the CSS file but had an extra "*/" after the last
one. Once I took that out it worked fine. Thanks for your help.
"AlanZ" <zap...@yahoo.com> wrote in message
news:uvDeaCXrAHA.1336@tkmsftngp03...