Forum Moderators: open
I believed that all uses of ALIGN="whatever" were disallowed in 4.01 strict. Yet a file with
<TD align="right">
validated at w3.org and htmlhelp.org, as well as with my local html-tidy. And htmlhelp.org showed align as a valid attribute of TD even with non-strict attributes hidden.
<div align="center"> is invalid, why is <TD align="right"> valid?
Align for td is there to specify alignment on a character, I can only speculate why the other values are there (backwards compatibility?).
I'm not going to change -- it might be OK in 4.01, but it sure won't be in XHTML.