jdavia
03-22-2003, 10:05 PM
I just installed Netscape7.2 And the text area of the form where you post a message is narrower in width than NS4.7 that I was using.
Here is the source of that form:
<table cellpadding="0" cellspacing="0" border="0">
<tr valign="top">
<td><textarea name="message" rows="20" cols="40" wrap="virtual" tabindex="2"></textarea><br>
<font face="verdana,arial,helvetica" size="1" ><a href="javascript:checklength(document.vbform);">[check message length]</a></font></td>
</tr>
</table>
In NS4.7 it reads
name="message" rows="20" cols="50" wrap="virtual"
What is the reason for this, or are they comparing Browsers?
I guess I might have to stick with my old browser for posting.
Here is the source of that form:
<table cellpadding="0" cellspacing="0" border="0">
<tr valign="top">
<td><textarea name="message" rows="20" cols="40" wrap="virtual" tabindex="2"></textarea><br>
<font face="verdana,arial,helvetica" size="1" ><a href="javascript:checklength(document.vbform);">[check message length]</a></font></td>
</tr>
</table>
In NS4.7 it reads
name="message" rows="20" cols="50" wrap="virtual"
What is the reason for this, or are they comparing Browsers?
I guess I might have to stick with my old browser for posting.