Monday, March 28, 2005

HTML/CSS: Eliminating Extra IE Form Space

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: