Home › Forums › General XMetaL Discussion › html tables › Reply To: html tables
Reply to: html tables
May 18, 2010 at 6:57 pmThe difference is that the DTD used by Jam1.xml in the Webmax demo does not include the width attribute for
and
elements.
If you use a DTD that specifies @width (like the HTML 4 table model documented at the W3C or the table.ent file referenced by the journalist.dtd that ships with XMetaL Author) then setting the width attribute value for a
or
element will alter the appearance of the table in the editor (both XMAX and Author share the exact same underlying code here).