Hi,
Does anyone know why with IE both of my tables below display fine, but with Netscape only Table 1 displays OK? The only difference with Table 2 is that I have nested my inline tables in a parent table. But as you can see, I've lost my fraction bars in the second table.
I've searched everywhere on the web, and I've seen that Netscape can be quirky, but I can't seem to find a fix.
Thanks!
:)
*********************
<HTML>
<HEAD>
<BODY>
<H1>Table 1</H1>
<TABLE STYLE = 'display:inline' CELLPADDING = 0 CELLSPACING = 0 >
<TR><TD HEIGHT = 20>1</TD></TR>
<TR><TD HEIGHT = 1 BGCOLOR = 'BLACK'></TD></TR>
<TR><TD HEIGHT = 20>3</TD></TR>
</TABLE>
<TABLE STYLE = 'display:inline' CELLPADDING = 0 CELLSPACING = 0 >
<TR><TD HEIGHT = 20>1</TD></TR>
<TR><TD HEIGHT = 1 BGCOLOR = 'BLACK'></TD></TR>
<TR><TD HEIGHT = 20>3</TD></TR>
</TABLE>
<H1>Table 2</H1>
<TABLE>
<TR>
<TD>
<TABLE STYLE = 'display:inline' CELLPADDING = 0 CELLSPACING = 0 >
<TR><TD HEIGHT = 20>1</TD></TR>
<TR><TD HEIGHT = 1 BGCOLOR = 'BLACK'></TD></TR>
<TR><TD HEIGHT = 20>4</TD></TR>
</TABLE>
<TABLE STYLE = 'display:inline' CELLPADDING = 0 CELLSPACING = 0 >
<TR><TD HEIGHT = 20>1</TD></TR>
<TR><TD HEIGHT = 1 BGCOLOR = 'BLACK'></TD></TR>
<TR><TD HEIGHT = 20>4</TD></TR>
</TABLE>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>
Submit Your Article
Forum Rules

Reply With Quote
