When using valign and align on a <TD> table cell, the formatter converts center and middle wrong, thus failing our XHTML validation. For example:
<td align='center'> becomes <td align='middle'>
<td valign='middle' becomes <td valign='center'>
Both of these conversions are wrong according to the html spec (
http://www.w3.org/TR/html4/struct/tables.html#alignment). Is there an easy way to correct this via config?
VisualFormat 2,6,0,7
Teamsite 5.5.2
Edited by javac on 10/21/04 05:46 AM (server time).