1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

Text appears small on some sites

Discussion in 'Windows XP' started by Adam Isa, 2005/09/29.

  1. 2005/09/29
    Adam Isa

    Adam Isa Inactive Thread Starter

    Joined:
    2004/05/12
    Messages:
    195
    Likes Received:
    0
    When I go to certain websites, the text in it appears much smaller, as if I have changed the screen resolution, but I haven't. So I checked anyway and tried to re-apply it, but it's the same. So I looked in 'Tools' to see if there was an option there to make the text bigger but there isn't. Any ideas?
     
  2. 2005/09/29
    Welshjim

    Welshjim Inactive

    Joined:
    2002/01/07
    Messages:
    5,643
    Likes Received:
    0
    enrique88--The option for larger text in IE is View|Text Size, but this should apply to all webpages, not just some.
     

  3. to hide this advert.

  4. 2005/09/29
    Hugh Jarss

    Hugh Jarss Inactive

    Joined:
    2002/07/22
    Messages:
    908
    Likes Received:
    6
    only some sites... it depends upon whether the web site's fonts have been set in fixed point size or not

    p {font-size: 12pt;} will not be affected by IE's View > Text Size;

    but
    p {font-size: small;} or
    p {font-size: 1em;} will alter size

    HTH

    best wishes, HJ
     
  5. 2005/09/29
    Adam Isa

    Adam Isa Inactive Thread Starter

    Joined:
    2004/05/12
    Messages:
    195
    Likes Received:
    0
    Weird how it affected some but not others, like this site for example.
     
  6. 2005/09/29
    Hugh Jarss

    Hugh Jarss Inactive

    Joined:
    2002/07/22
    Messages:
    908
    Likes Received:
    6
    have a look here which compares three ways of setting font size using CSS

    it's not just the size that adjusts, normal/bold varies too (when you alter the IE text size)

    ems adjust over a far larger range than small, medium, large etc.

    ==

    one reason for using fixed point size is that it provides a way (AFAIK the only way) to get a web page to appear the same viewed with a Gecko-based browser as it does when viewed with IE

    ==

    shortcut - hold down <Ctrl> while using up/down arrows or mouse wheel

    best wishes, HJ
     
    Last edited: 2005/09/29
  7. 2005/09/29
    TonyT

    TonyT SuperGeek Staff

    Joined:
    2002/01/18
    Messages:
    9,072
    Likes Received:
    400
    Actually, the reason for css fixed font size (pt or px) is to ensure that the page gets viewed as the author intended, the text objects will fit into the desired space on the page, goes hand in hand with element widths and heights and positioning. Text still appears slightly different in different browsers even when using fixed fonts.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.