Fix a police and font size in all document

N

Nicolas Hirbec

Hi,
Could you tell me how to fix a font size for all my HTM
files in order to avoid any problem if user change the
police size of his internet explorer.
Thaks.
 
M

Mike Mueller

Nicolas Hirbec said:
Hi,
Could you tell me how to fix a font size for all my HTM
files in order to avoid any problem if user change the
police size of his internet explorer.
Thaks.
 
C

Cowboy \(Gregory A. Beamer\)

When you use CSS and set to pixel size, the user cannot resize ... at all.
If that is what you want, realize that it goes against accessibility
guidelines.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

**********************************************************************
Think Outside the Box!
**********************************************************************
 
Top