Forum Moderators: open
Would anyone be willing to check out the site and see what they think?TIA
Would anyone be willing to check out the site and see what they think?TIA
The error messages given by W3C are cryptic, nearly worthless at times.
Things I FINALLY figured out and fixed were <font> tags with too many or not enough
closing </font> statements.
Another one is to open a font in one <div> or <table> and closing it in the next one.
Everything above applies to <table> and the like. For each one opened, you close one,
and in reverse order, being careful not to let these elements overlap.
This will be much clearer if you hand code your html.
If you let Dreamweaver or similar applications do your coding for you,
there isn't much help I can offer. Those are notorious for un-validatable code. -Larry