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? Link to comment https://forums.phpfreaks.com/topic/16841-forms-ie-vs-ff-blank-lines/ 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. Link to comment https://forums.phpfreaks.com/topic/16841-forms-ie-vs-ff-blank-lines/#findComment-70896 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.