I was just wondering.. What if you were to let the second tabel have a alignment.. So the code:
Code:
<!-- Start Bigger Box *-->
<table width="50%" cellspacing="2" cellpadding="2" border="0">
woudl be something like:
Code:
<!-- Start Bigger Box *-->
<table width="50%" cellspacing="2" cellpadding="2" border="0" align=left>
To see if Netscape can handle that..
Else you could try and change the setting for the cell holding the Box.
ie:
Code:
<td valign=top>
<!-- the table with the large one -->
Be changed to:
<td valign=top align=left>
<!-- the table with the large one -->
Apart from that I cant see why netscape wont align it right.
Bookmarks