Thread
:
Closing <form> without a gap?
View Single Post
Apr 9th, 2006, 12:58 PM
#
8
titaniumdecoy
Expert Programmer
Join Date: Nov 2005
Posts: 928
Rep Power:
4
I've seen the following used to set the margin and padding of every element to 0:
(
Toggle Plain Text
)
* { margin: 0; padding: 0; }
* { margin: 0; padding: 0; }
Although I'm not sure how compatible this is with different browsers.
titaniumdecoy
View Public Profile
Visit titaniumdecoy's homepage!
Find More Posts by titaniumdecoy