The size of a font is based on the default setting you give
the overall page. This is called the BASEFONT. Most often the
default size of a web page is BaseFont=3. My personal preference
is to use BaseFont=2. Many people today are buying bigger monitors
and the old BaseFont=3 size is just a little too large on the
screen for my liking.
Again many HTML editors provide a feature where you can define
the Base Font, Text Color, Link Color and even Visited Link Colors.
If you chose to use these settings, you'll be over riding your
visitor's browser settings for as long as they're on your web
page. For instance, the settings we use for this page are defined
in the Body tag. This sets the color and size of the over all
page:
<BODY BGCOLOR="#ffffff" TEXT="#303061"
VLINK="#ff0000">
<BASEFONT=2>
- BaseFont = 2
- Text Color = Blue, Value #303061
- Visited Link Color = Red Value #ff0000
Using these settings in the Body Tag will change the way a
font size appears on a web browser. In other words, font size=2
is not the same size on a web page when the base font is set
to 3 rather than 2. Here's an example: |