View Single Post
Old Apr 9th, 2006, 12:58 PM   #8
titaniumdecoy
Expert Programmer
 
titaniumdecoy's Avatar
 
Join Date: Nov 2005
Posts: 928
Rep Power: 4 titaniumdecoy is on a distinguished road
Send a message via AIM to titaniumdecoy
I've seen the following used to set the margin and padding of every element to 0:

* { margin: 0; padding: 0; }
Although I'm not sure how compatible this is with different browsers.
titaniumdecoy is offline   Reply With Quote