Font size 3 (12pt)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Why is it when you select Font size 3 (12 pt), doesn't the size stated in the html. For exampl

Arial 12pt - Hell

HTML - <font face="Arial">Hello</font

When I need the HTML to read - <font face="Arial" size="3">Hello</font

Can someone please tell me how to fix this problem with out having to edit every page I create. Thanks so much

-Andrea
 
Because font size 3 is the default font setting.
Therefore the only time a font size is specified
and visible in html view is when it is a size that
is different or varies from the "default" size.

hth
--
using 2k PRO but....95isalive
This site is best viewed............
........................with a computer

Andrea said:
Why is it when you select Font size 3 (12 pt), doesn't the size stated in the html. For example

Arial 12pt - Hello

HTML - <font face="Arial">Hello</font>

When I need the HTML to read - <font face="Arial" size="3">Hello</font>


Can someone please tell me how to fix this problem with out having to edit
every page I create. Thanks so much.
 
Back
Top