Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Netscape and IE - help!

  • 06-11-2001 03: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