Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

html forms in IE5

Options
  • 03-06-2006 12:12am
    #1
    Registered Users Posts: 673 ✭✭✭


    Hey,

    Im trying to place a html form in a confined space on my site but am having problems with this in IE5. IE5 seems to add a line break after a html form even though there is no line break visible in the code. When i view in Firefox this doesnt happen.

    Anyone know if their is a way around this?

    Thanks


Comments

  • Registered Users Posts: 3,594 ✭✭✭forbairt


    would some css

    form { margin: 0; }

    do the trick for you ...

    too lazy to try this out at the moment ... if not margin try

    form { padding:0; }


  • Closed Accounts Posts: 7,145 ✭✭✭DonkeyStyle \o/


    Might need display: inline; in whatever element is causing the break... form, input, which ever.


  • Registered Users Posts: 673 ✭✭✭Bananna man


    My boo boo, its actually IE6 that im having the problem with. I'll have a bash at the CSS suggestions you gave their.

    Cheers


  • Registered Users Posts: 673 ✭✭✭Bananna man


    I had a go with the - form { margin: 0; } - and it is working fine now. Cheers for the help!!


  • Registered Users Posts: 3,594 ✭✭✭forbairt


    no worries :)


  • Advertisement
Advertisement