Maintaining font size in browser

  • Thread starter Thread starter Greg
  • Start date Start date
G

Greg

Is there any way to force, or maintain, a font size in
various browsers. I know MS IE has the ability to view
differce text size, however I would like it to be of
a "fixed" size. I've search this site but cannot find
any thing that addresses my question.

Any tips would greatly be appreciated.

Thanks,
Greg
 
-----Original Message-----
Is there any way to force, or maintain, a font size in
various browsers. I know MS IE has the ability to view
differce text size, however I would like it to be of
a "fixed" size. I've search this site but cannot find
any thing that addresses my question.

No.

You may have slightly more success if you specify font
measurements in terms of of "px" or "pt" but ultimately,
the Web visitor has final control.

Jim Buyens
Microsoft FrontPage MVP
(e-mail address removed)
http://www.interlacken.com
Author of:
*------------------------------------------------------*
|\----------------------------------------------------/|
|| Microsoft Office FrontPage 2003 Inside Out ||
|| Microsoft FrontPage Version 2002 Inside Out ||
|| Web Database Development Step by Step .NET Edition ||
|| Troubleshooting Microsoft FrontPage 2002 ||
|| Faster Smarter Beginning Programming ||
|| (All from Microsoft Press) ||
|/----------------------------------------------------\|
*------------------------------------------------------*
 
Jim Buyens said:
No.

You may have slightly more success if you specify font
measurements in terms of of "px" or "pt" but ultimately,
the Web visitor has final control.

It's really not a good idea to do so anyway. You can lose visitors if they
cannot read your text easily. So many sites have set themselves at 11px and
I just have to pass them by for any extended reading.
 
Back
Top