IE (Internet Explorer) Form Tag problem
Posted on 16. Jul, 2007 by Sajith M.R in html, webworld
![]()
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
<style>
form {
margin:0;
padding:0;
}
</style>
This will solve your problem




Sean
Sep 18th, 2007
Thank you for the tip, it should have been obvious to me but…
Problem solved!
Sean
Sep 18th, 2007
Thanks for the tip. It should have been obvious to me but…
Problem solved!
viju
Apr 8th, 2008
Edit Home Page:
Home:
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Etiam nisl.
problem is: when i click submit button it says page not found specially in Internet Explorer.. if i refresh again required page will be displayed. can somebody help me?
Sajith M.R
Apr 9th, 2008
Make sure your form tag is properly closed, or properly nested. Check the action field too. if not solved, Mail you html code to admin@sajithmr.com . I will try my best.
Thanks you
Michael
Jun 1st, 2008
Ohhh thanks man, you saved my life!!!!
Madz
Nov 13th, 2008
You solved my problem! Thank you very much for that. This is what is great about developers who are not selfish, they share their solutions to problems and ideas. Thanks again.
shabbir
Mar 20th, 2009
got lot of bashing from the client ur solution solved the problem
filip
Apr 16th, 2009
i have another problem, when i double click fast in form to apear a text it doesn’t apear, but when i double click slower it appears, does someone know why?
Marlon
Jan 10th, 2010
Internet Explorer 8 is really good. This browser is very very stable and i have been using it for quite a while without blue screens or crashes.
alice
Jan 29th, 2010
I knew it had to do with the padding & margins somewhere (I had added it to my table tag with no results). Your fix is too obvious. I can’t thank you enough. Thanks for making me look good!!!
It is problems like these I am glad I use Firefox. IE has been around soooo long you’d figure they’d have alot of these stupid little bugs worked out by now. They should just get over themselves & conform like the rest.
Amit
Mar 3rd, 2010
THANK YOU!
This has been driving me mad recently!!