"lipsky406" <webforumsuser (AT) macromedia (DOT) com> wrote
Quote:
Here is a table structure in Dreamweaver I have been working on, the only
problem is once finished (after many hours) it showed 27 browser errors !
I
then just copied the table and pasted it without text and images and the
number
of errors went down to 8. Now I don't understand why these errors are
there but
they all seem to be about the same thing either height or border,
snip
|
I assume you are talking about DW browser error checking.Remove the height
and border attributes from the table and use css to format the table.
The absolute widths will cause problems as well as the sizes used for text.
Try to use percentages and em. I think 1em is about 16px but if you use
100% for normal text, then that is the users default setting.
HTH
Terry