hi all,
I'm a webdesigner and am using an external style sheet in my site.This works fine with IE but not netscape.the background color and font size for a table is not displaying.Code used in css is:
TABLE.1 {
background-color : #FFFFF0;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
code used in html page is:
<table class=1 width=700>
<tr>
<td><font size=2>Welcome to our site</font></td>
</tr>
</table>
I'm a webdesigner and am using an external style sheet in my site.This works fine with IE but not netscape.the background color and font size for a table is not displaying.Code used in css is:
TABLE.1 {
background-color : #FFFFF0;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
code used in html page is:
<table class=1 width=700>
<tr>
<td><font size=2>Welcome to our site</font></td>
</tr>
</table>