- From: Tom Sicard <hornplayinpianist@yahoo.com>
- Date: Wed, 4 Aug 2004 01:30:36 -0700 (PDT)
- To: www-validator@w3.org
Hi! I notice that the code you provide for the icon is: ------------------------- <p> <a href="http://validator.w3.org/check?uri=referer"> <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /> </a> </p> ------------------------- Shouldn't the 'height' and 'width' by inline style? Like this? : ------------------------- <p> <a href="http://validator.w3.org/check?uri=referer"> <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" style="height: 31px; width: 88px;" /> </a> </p> ------------------------- Just curious... that seems to be more 'in-line' with the current XHTML standards, to me! :-) Thanks for taking the time to let me know what's up with that, Tom __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail
Received on Thursday, 5 August 2004 09:17:37 UTC