Re: External Stylesheets Problem with NN04

There is an error in the style sheet. Namely, a double quote " character
after the word serif (in the very last rule).
I.e.;

serif" instead of serif

This could result in the rule being ignored. 

Once this is fixed, it seems that one could blame 
Netscape, if the bug persists.

Regards,
Nir Dagan.
http://www.econ.upf.es/%7Edagan/

> 
> return email pdavis@dewinc.com
> 
> Greetings,
> 
> I'm having problems creating external (linked) style rules that WORK
> with the TD tag in Netscape 4.0. (win95). My last attempt was to try
> to apply style rules to the <font> tag. Hey, it's 2:26a.m. okay. A
> certain amount of stupidity is allowed (grins). Anyway, I've tried
> everything I can think of, looking for some direction. The code is
> below!!
> 
> Thanks Guys and Gals!
> 
> <html>
> <head>
> <link rel="stylesheet" type="text/css" href="_private/ab01.css">
> <title>test page</title>
> </head>
> <body>
> <TABLE align=center border=0 cellPadding=1 cellSpacing=1 width=100%>
>  <TR>
>    <TD align=left vAlign=top width=120>
>     <A href="mypage.htm"> NavMap</A>
>   <TD class="navBar" align=left vAlign=top width=480>
>     <P><font class="main" color="white">Contents<font></P>
>   </TD>
>  </TR>
> </TABLE>
> <HR align='center' width=50%>
> </BODY>
> </HTML>
> 
> ========
> ap01.css
> ========
> Body{background-Color:#660000}
> a{color: #ffffcc;
>   text-decoration: none;
>   }
> a:hover{
>   color: #ffffff;
>   text-decoration: underline
>   }
> td.navBar{
>   font-family: arial;
>   font-size; 10;
>   color: white
>   }
> .main{
>   COLOR: #ffcc99;
>   FONT-FAMILY: serif"
>   }
> ===
> end
> ===
> 
> 
> 

Received on Sunday, 24 May 1998 05:54:02 UTC