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

Netscape and IE - help!

Options
  • 06-11-2001 3:40pm
    #1
    Closed Accounts Posts: 5


    Does anyone know anything about making webpages look the same in netscape and IE? In particular, the length of text inputs. Netscape displays text input text in a courier font, whereas IE displays the text in a arial font, therefore when you specify the width of the text input in characters, the Netscape text input will be longer...
    any suggestions?


Comments

  • Closed Accounts Posts: 512 ✭✭✭beaver


    Use CSS.

    For example, you could do it inline like this:

    <input type='text' name='blah' style='font-family: Verdana, Arial, Helvetica'; font-size: 11px; width: 100px'>

    Check out CSS at http://www.w3schools.com/css/

    HTH,
    -Ross


Advertisement