Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Create a web page validation shortcut in OmniWeb' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Create a web page validation shortcut in OmniWeb
Authored by: Han Solo on Aug 11, '03 01:37:41PM
Here are a pair of handy bookmarklets to validate the HTML and CSS of the current page you are viewing -- in a separate window, so you can cross-check your code errors. ;)

javascript:window.open('http://validator.w3.org/check?uri='+location); javascript:window.open('http://jigsaw.w3.org/css-validator/validator?uri='+location);

I have them in my Safari bokmarks bar; they should work in Mozilla & its ilk, but I cannot promise that.... (Sorry, I don't remember where I got them in the first place to give appropriate credit.)

[ Reply to This | # ]