Is there a module that provides the W3C validations in a block?

Comments

mattyoung’s picture

Go to 'admin/build/block/add', add a new block. In the Block Body, enter the following:

    <a href="http://validator.w3.org/check?uri=referer"><img
        src="http://www.w3.org/Icons/valid-xhtml10-blue"
        alt="Valid XHTML 1.0 Strict" height="31" width="88" /></a>

Make sure you choose "Full HTML" format.

Then go to 'admin/build/block', position this block where you want it to be displayed (e.g. Footer).