Tuesday, July 22, 2008

Browser Design Mode

If you would like to try out a look with a web page in the browser, most browsers support a 'design mode', where you can type text, move items around or delete items from the page. It's all temporary client-side functionality but it's the easiest way to get a screenshot of what you're trying to achieve and would have as the end result.

To add a design mode button to your browser bookmark toolbar to enable you to turn on design mode for any page at the click of a button, add a bookmark with the URL specified as
javascript:void(document.designMode="on")

No comments: