Monday 16th July 2007
by Sajith M.R![]()
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
Brilliant. Thanks … it works well!
THANK YOU!
This has been driving me mad recently!!
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.
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.
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?
got lot of bashing from the client ur solution solved the problem
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.
Ohhh thanks man, you saved my life!!!!
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
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?
Thanks for the tip. It should have been obvious to me but…
Problem solved!
Thank you for the tip, it should have been obvious to me but…
Problem solved!