IE (Internet Explorer) Form Tag problem
Most of the desingners of html , perhaps faced this problem, that when use
form tag, extra white space or page break appear. This is most in the case of
using form tag outside a table or a td tag. There is no problem for the same
condition in mozilla. You know what to do.
We can solve this simply using CSS. Just add this
This will solve your problem