|
Posted by Jukka K. Korpela on February 15, 2007, 6:12 pm
Please log in for more thread options
Scripsit Useful Info:
> I've discovered that IE is putting some blank space
> below my <FORM> ... </FORM> section and I was
> wondering if anyone knows how to get rid of that.
It was a long time this was last asked... but the simplest answer is still
to use
form { margin: 0; }
in CSS. (And you'll find a more detailed answer via the c.i.w.a.h. FAQ.)
--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/
|