I am having problems with displaying tables in Netscape 4.
Basically the problem is that Netscape doesn't seem to be paying any attention to the column widths.
example:
<tr>
<td colspan="<%=strColSpan%>" valign="top" align="left">
<table width=100% border=1 cellpadding="0" cellspacing="2">
<tr>
<td class="boldlinks" colspan="<%=strColSpan%>" valign="top" align="left">Present Customer Base</td>
</tr>
<tr><!--Unique Spacer-->
<td style="font-size:1px;" colspan="<%=strColSpan%>" valign="top" align="left"> </td>
</tr><!--Unique Spacer-->
<tr>
<td width="<%=strMainWidth%>"class="smallnonboldlinks" valign="top" align="left">
- Domestic:
</td>
<td class="smallnonboldlinks" valign="top" align="left">
<%=rsIndustryForum(enmcpDomesticCustomerBase)%>%
</td>
</tr>
<tr>
<td width="<%=strMainWidth%>"class="smallnonboldlinks" valign="top" align="left">
- International:
</td>
<td class="smallnonboldlinks" valign="top" align="left">
<%=rsIndustryForum(enmcpInterCustomerBase)%>%
</td>
</tr>
</table>
</td>
</tr>
The width is always set on the first column with the second left as variable but netscape seems to put the second column where it wants to.
I cant post a url because the site is still in development and although I have a screen dump .gif, I don't know how to attach it to this post.
Any Netscape help would be appreciated.
KatsKorner