.... What do Malcolm and Laurie and any other members with websites use for font sizes in your websites?
As you know George, Kathy and I used to design web sites as an online business so you had to get things correct from the start. We used the HTML coding method and originally this was before Style Sheets existed. Later on we used Style Sheets in our designs, which made it far easier to change certain parameters, such as font size or font colour, instead of having to make any changes to many web pages.
Generally, you could not code the web pages to look good in every browser that was available. As a rule of thumb you designed the pages to look good in the most popular browsers. When we were designing web sites, these were IE and Netscape Navigator/Communicator, then later on Mozilla Firefox. There was always a slight trade-off where the layout was not perfect, especially in the older version browsers several years ago, until the browser developers made them more generally compatible. But there are still some inconsistencies in web page layout even now.
Before Style Sheets were introduced, we used to set a 'Basefont' in the
BODY section of our web pages. For example, the default Font Size would be 10 pt (point), and if we wanted a smaller or larger font size in different parts of the web pages we would indicate that by using 'plus' or 'minus' symbols followed by a number.
+2 or
-2 would mean a font size 2 pts bigger or smaller than the Basefont size we had set.
Now we use Style Sheets for our own web site designs (we don't design as a business any more). We have both been through online classes specifically for using
Cascading Style Sheets (CSS), and the system being taught for dealing with Font Sizes is by using the
pt notation.
George mentioned certain web site developers now don't use pt, for whatever reasons they might be, but we have never had any problems using pt.
In a perfect computing world, whatever web page coding method that is used should be cross-browser compatible. But, as you know, we don't live in a perfect world so we have to make do as best we can.
Laurie.
P.S. I use IE set in
Compatibility View.