What can I do to set the column width where it is consistent between IE and Netscape. Ex.
<table width=750 cellspacing=2 cellpadding=0>
<tr>
<td width=300>text1</td>
<td width=50>text2 </td>
<td width=200>text3</td>
<td width=200>text4</td>
</tr>
</table>
Why would the table information would show properly in IE, but NS would have the first column a lot smaller than IE.
How can I fix this. Thanks,
<table width=750 cellspacing=2 cellpadding=0>
<tr>
<td width=300>text1</td>
<td width=50>text2 </td>
<td width=200>text3</td>
<td width=200>text4</td>
</tr>
</table>
Why would the table information would show properly in IE, but NS would have the first column a lot smaller than IE.
How can I fix this. Thanks,