Rocinante's Tech Stuff
Rocinante team member comments on issues affecting their daily coding.
Monday, March 28, 2005
HTML/CSS: Eliminating Extra IE Form Space
Posted by
Ed Eichman
Using forms in IE adds spacing, which is normally not desired. To eliminate this, use the CSS "margin" style, like this:
<form name="bob" style="margin-bottom:0;margin-top:0" method="POST" action="whatever">
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment