Yesideez Posted August 7, 2006 Share Posted August 7, 2006 I've noticed that when using forms in IE I get a blank line inserted with the <form... and with </form> but in FF I don't - how would I get around this?I've never had this problem before due to page layout but now I'm using a different design for a new site I'm making and its causing me a complete headache.Any ideas? Quote Link to comment Share on other sites More sharing options...
Yesideez Posted August 7, 2006 Author Share Posted August 7, 2006 I managed to fix it...[code]<form ..... style="margin-top: 0px; margin-bottom: 0px;">[/code]I also managed to remove it with ordered and unordered lists (<ul> and <ol>) by using the same idea but also added the left margin to make the gap smaller on the left. I've added this into my CSS include and the site looks exactly the same in FF and is does in IE. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.