HTML or Script needed - Permanent Text Size

Discussion in 'HTML & Website Design' started by illapino, Jul 31, 2008.

  1. #1
    You know how in Internet Explorer, people can set the Font Size of web pages to Small, Smallest, Medium, Largest, etc? What sort of code can I apply to a business's web page so that it will ignore any text-size changes set by the user in his browser, so that my website stays at the font size set when the page was made in Dreamweaver?
     
    illapino, Jul 31, 2008 IP
  2. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #2
    There was a way in IE6. I don't know about IE7. No modern browser will allow you to override user preferences.

    I won't mention how, because I don't believe in encouraging user-unfriendly web pages.

    If you're concerned about changing font sizes breaking your design, then you haven't yet learned to design for the web.

    cheers,

    gary
     
    kk5st, Jul 31, 2008 IP
  3. Joseph S

    Joseph S Well-Known Member

    Messages:
    1,373
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    155
    #3
    You can always add your text to an image, this way it cannot be altered.
     
    Joseph S, Aug 1, 2008 IP
  4. palme

    palme Active Member

    Messages:
    320
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    #4
    i think, there is a html tag that is:
    <BASEFONT COLOR="green" FACE="MS Sans Serif" SIZE="+5" >
    and that is between <HEAD> and </HEAD>
     
    palme, Oct 5, 2008 IP