Forum Moderators: open
As far as I can see there is no difference in the layout, yet 1 page does not wrap the words, and the other wraps every word.
Is there a way to ensure word wrapping at the table level without specifying width properties?
The table's width changes depending on the viewer's resolution or browser size at present (width='100%')
Without seeing the page, I can't say with any certainty what you need to change to achieve the desired display in standards mode (with a full doctype) but it should be straightforward using CSS, perhaps changing the white-space value for <td>.
Kaled.