font size problems

Discussion in 'HTML & Website Design' started by bdunndchi, Apr 16, 2007.

  1. #1
    I use Dreamweaver to design my webpages, and throughout the last few years I have had some people complain that all the text is jumbled on the pages. This is always fixed by them just changing the text size back to medium in their browser. But I am wondering if it is my page that is somehow changing their browser's selected text size to large, or is that something that doesn't have anything to do with me. And if it is not my website's fault, why would the other sites be showing up fine on their computers, but mine does not.

    Any help is greatly appreciated. Thanks.
     
    bdunndchi, Apr 16, 2007 IP
  2. Valve-Hosting

    Valve-Hosting Peon

    Messages:
    1,071
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Are you using standard fonts? You should use % with fonts really anyway, I don't always do it myself but it's good practice.
     
    Valve-Hosting, Apr 17, 2007 IP
  3. 8everything

    8everything Peon

    Messages:
    16,350
    Likes Received:
    903
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Setting % is the best way to go, it will make your font size relative to your other site's objects (tables: make sure those are set at % too). The font size will be more fixed rather than varying from resolution to resolution.
     
    8everything, Apr 17, 2007 IP
  4. Phil

    Phil Member

    Messages:
    53
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #4
    You could also try sizing your fonts with "em" instead of px or pt. That way the font displayed is relative to what the browser's font size is set to.
     
    Phil, Apr 18, 2007 IP
  5. bacanze

    bacanze Peon

    Messages:
    2,419
    Likes Received:
    127
    Best Answers:
    0
    Trophy Points:
    0
    #5
    to summarize, use either % or em see this for more information regarding font.
     
    bacanze, Apr 18, 2007 IP