Forum Moderators: not2easy

Message Too Old, No Replies

Form Newline

         

phpmattk

8:40 pm on Sep 28, 2005 (gmt 0)

10+ Year Member



Hello,

I have this pesky problem, that I have been trying to figure out for a long time. I'm pretty sure css is the solution. Anyways, in IE when you declare a form it throws in an ugly newline, same with when you end the form. Anyone know how this can be fixed?

-php matt k

tedster

10:50 pm on Sep 28, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



form {display:inline;} ought to do it.

Robin_reala

11:44 pm on Sep 28, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Unless you mean the margin of the form in which case:

form { margin: 0; }

phpmattk

11:24 pm on Sep 29, 2005 (gmt 0)

10+ Year Member



The inline cured it! I'll keep the margin in mind for future use. Thanks!