text size

  • Thread starter Thread starter Pladd
  • Start date Start date
P

Pladd

Is there way so that I can have my text remain the same size - even if
someone has their browser set to "Text Size - Largest"?

The design I am working on looks perfect when the text size is medium or
smaller - but if they text size is set higher it throws my tables out of
wack - and I dont' want to use images for the amount of text I have.

Thanks!
 
you can lock font size to some extent by specifying it on a style sheet as a
px size.

it's usually best to not do this as some people require a larger font to be
able to read it.

you may want to look into nested tables and/or specifying the table size as
a %.

HTH
 
Back
Top