IE: HTML form tag and whitespace
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
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