Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 695855
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T03:00:10+00:00 2026-05-14T03:00:10+00:00

I am having a constant trouble with pages not rendering correctly between FF and

  • 0

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>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T03:00:11+00:00Added an answer on May 14, 2026 at 3:00 am

    The problem is that the text “Select an Account Type” is “outside” the FORM element. And the FORM element has default margins and padding applied by the browser.

    I suggest this code instead

    <form name="myform">
    <label for="mylist"><strong>Select an Account Type</strong></label> <select id="mylist" name="mylist"><option value="traditional">Traditional Account</option>
    <option value="paperless">Paperless Account</option></select>
    </form>
    

    Hope this helps

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Constant height so just left/right images should be necessary instead of having 4+, right?
Having a problem getting a TreeView control to display node images. The code below
I'm trying to convert some Haskell code to F# but I'm having some trouble
I am learning algorithm analysis. I am having trouble understanding the difference between O,
I am having trouble initializing a constant array of constant strings. From week.h (showing
I'm having trouble with nontype(int variable) template parameter. Why can't I pass a constant
I'm working with some legacy exchange code and I am having trouble finding information
I'm having trouble understanding a question. The question is: Code a statement that will
i'm having trouble this errors keep comeup : 1046: type was not found not
I'm having some trouble understanding the differences between how Expressions and Funcs work. This

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.