External Stylesheets Problem with NN04

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 02:33:38 UTC