|
Problem:
Tables created by means of Front Page do not pay any special attention to the
various widths adding up correctly, because Internet Explorer will interpret the
table correctly regardless of the math.
Netscape, however, will need the tables widths to add up correctly. This results
in a page that looks great in IE being completely out of alighment in Netscape.
Solution:
Edit the html code. Add up all widths for a row and adjust to correct for total
width equaling the addition of each column width.
|