From: Bill Guindon Date: 2005-04-30T12:09:26+09:00 Subject: [OT] Mozilla/Firefox & Gmail/Web Development Just saw a post mentioning the issue about gmail using proportional fonts, and thought I'd toss out a couple of recent finds. One of them is a general tool for web developers [1], and has a lot of handy features. Two of my favorites are: Resize - resizes your browser window to 800x600, or a custom size. Outline - applies css to the page you're viewing to add borders to tables, cells, etc. It also has features that cover forms, images, page size, validation, etc. I've only been using it for a short time, but I'd recommend it to any web developer. On the Gmail side, it also let's you apply a local style sheet to the wepage of your choice. This allows me to force Gmail messages to display in fixed width by using the following css... div.msg div.mb { font-family: monospace !important; font-size: 14px !important; } Many thanks to Milo Vermeulen [2], who supplied the css, and his blog commenters who linked to the Web Developer tool. [1] http://chrispederick.com/work/firefox/webdeveloper/ [2] http://milov.nl/2608 -- Bill Guindon (aka aGorilla)