IE: HTML form tag and whitespace
Submitted by Karin on Wed, 2007-09-05 17:42
One of many of IE's irritations, is the whitespace it produces when using
Thankfully, solving this is simple. Just add:
form {
margin: 0;
}
to your stylesheet or between
