I suspect this is either by design or a bug but i just thought it would be worth asking the question whether anyone knew a way around this slightly annoying problem.
Take the code below as a simple example, there will be a 20-30px gap between the form and the bottom table when viewed in IE. It also doesnt matter what comes after the 1st form, as it seems anything that comes after the </FORM> tag will be shoved down the page by again approx 20-30px. This doesnt happed in FF and any of the other browsers. Just IE. Makes formating forms and tables for different browsers almost impossible.
Code:<FORM NAME="form1" METHOD="post" ACTION=""> <TABLE BORDER="1" CELLSPACING="0" CELLPADDING="0"> <TR> <TD> </TD> <TD> </TD> </TR> <TR> <TD> </TD> <TD> </TD> </TR> </TABLE> </FORM> <------ gap appears here <TABLE BORDER="1" CELLSPACING="0" CELLPADDING="0"> <TR> <TD> </TD> <TD> </TD> </TR> <TR> <TD> </TD> <TD> </TD> </TR> </TABLE>



Reply With Quote

Bookmarks