Jump to content

FORMS - IE vs FF (blank lines)


Yesideez

Recommended Posts

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

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.