Announcement

Collapse
No announcement yet.

Text Size

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Text Size

    How can i make it so that is someone goes on browser,
    view - text size, no matter what size he selects, it always stays on SMALLEST.
    The reason is my site disfigures, when they choose a different text size.
    Thanks.

    #2
    Which would you prefer?

    if someone who is visually impaired and can't read "smallest" comes to your site and goes away because they can't read it, or they stay and read it even if the design is flawed

    The correct answer, of course is neither! You just need to work harder on your design so it looks ok with all options. Its never going to be perfect in all size options, but its better than alienating visitors.

    to fix a font size you need to use pixel sizing. to get smallest probably 8px <font size="8px">

    Comment


      #3
      where would I do this so that the whole site is this size? <font size="8px">

      Comment


        #4
        locate actinic.css

        change all references to font-size to your chosen size

        Comment

        Working...
        X