Jeffrey Zeldman does something pretty cool. He set Firefox’s options for a page’s background color to magenta and visited a few web pages. Oops. It looks like some web designers out there forgot to set their body tag’s background color in their stylesheet.
It’s just one little line of code (the example will set your body tag’s background color to white):
body { background-color: #fff; }



