developer155
Programmer
I am setting a base font in the beggining of my HTML doc like this
<HTML><HEAD><TITLE>This is Title</TITLE></HEAD>
<BASEFONT SIZE=1>
and then later in the document I set the size of heading to be 3 but when I print the document the text is actually bigger then the headings for some reason, basefont does nto seem to be changing the size of text, while headings work fine with <font> tags. What could be the problem?
thanks!
<HTML><HEAD><TITLE>This is Title</TITLE></HEAD>
<BASEFONT SIZE=1>
and then later in the document I set the size of heading to be 3 but when I print the document the text is actually bigger then the headings for some reason, basefont does nto seem to be changing the size of text, while headings work fine with <font> tags. What could be the problem?
thanks!