Quote:
|
Originally Posted by mswhite60
Hi,
I have the following style.css entries:
body
{
color: #CCCCCC;
background-color: #000000;
font-size: medium;
font-family: Georgia, Times New Roman, Times, serif;
text-align: left;
letter-spacing: .5px;
line-height: 1.3;
}
NN4 users get the black background, but black (not #CCCCCC) text as well. Is there a way to handle this such that NN4 folks see the text?
|
There is one problem, you don't show the rest of the STYLE code... I had the same problem as you with the code not changing my background color of the pages... This is how the code in my style.css file looked:
<style>
body {background-color: #000000}
p {font-family:arial}
</style>
Only the P worked until I added the COMMENT tag:
<style>
<!--
body {background-color: #000000}
p {font-family:arial}
-->
</style>
Now everything works perfectly. VERY frustrating to have the code correct, but nothing happens... and NO program to tell me what I'm doing wrong. :-/
Oh well, now I know.
bye4now,
Thor