QuietDean,
Nope, that didn't work either. I haven't had a problem with the <font> tag on any browser, until I tried this one at school. Do you think that it's actually a problem with the bowser itself?
Also, if you don't mind answering this one for me, Netscape doesn't seem to be letting me size my table cells. The code that I'm using is:
<form name="keyword">
<table border="0" cellpadding="0" cellspacing="0" width="600">
<tr><td valign="top" rowspan="3" width="30"><img src="Images/keyleft.gif"></td>
<td valign="top" width="540" colspan="3"><img src="Images/keytop.gif"></td>
<td rowspan="3" width="30"><img src="Images/keyright.gif"></tr>
***HERE'S THE PROBLEM
<tr><td width="122" bgcolor="#cccccc" height="23"><center><img src="Images/keyword.gif"></center></td>
<td WIDTH="368" bgcolor="#cccccc"><center>
<font face="tahoma" size="1"><b>Keywords: <font size="3"><input type="text" size="8"></input></font>
Area: <select><option>Choose One</option></select></td>
<td bgcolor="#cccccc" align="right" width="50"><input type="image" src="Images/go.gif" border="0"></input></td>
***PROBLEM ENDS HERE
<tr><td colspan="3"><img src="Images/keybot.gif"></td></tr>
</table>
If you could help me out with this one as well, I would really appreciate it. Thanks