Problems rendering pages in FF and IE

Posted by Michael on Stack Overflow See other posts from Stack Overflow or by Michael
Published on 2010-03-31T14:15:41Z Indexed on 2010/03/31 14:23 UTC
Read the original article Hit count: 262

Filed under:

I am having a constant trouble with pages not rendering correctly between FF and IE. not my code below. "Select an Account" should be next to the drop down such as: Select an Account Type: "then my form" however my form goes to the next line when I want it next to "Select an Account". In IE it renders correctly in FF it does not.

<p><b><strong>Select an Account Type
<FORM NAME="myform">
<SELECT NAME="mylist">
<OPTION VALUE="traditional">Traditional Account
<OPTION VALUE="paperless">Paperless Account

</SELECT>
</FORM></b></strong></p>

© Stack Overflow or respective owner

Related posts about html