Am I correct in assuming that the validator does not like the 'nowrap'? And that probably being the case, and since I do need it, is there some other betther method for pulling this off?
Yep and yep. You want nowrap="nowrap".
Likewise for disabled="disabled", checked="checked" and noshade="noshade".
If you want an explanation: XML requires all attributes to be in the attribute="value" format. SHORTTAG is a remnant from SGML (of which HTML is a subset of).
-- tim lucas
www.toolmantim.com
*****************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
*****************************************************
*****************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
*****************************************************
