Style sheet and Netscape

Hello,

I have a problem with Stylesheet and netscape.

I define the style before the body section :

<style type="text/css">
<!--
body	{ color: blue }
//-->
</style>

 or 

<style>
<!--
body	{ color: blue }
//-->
</style>

And in the body section I define the text (for compatibility with Netscape
3) :

<font color="gray">My text here</font>

netscape 4,X displays the text in gray. and IE in blue.. Which navigator is
right ? 

Thanks for your help.

Received on Monday, 3 August 1998 12:00:05 UTC