Forum Moderators: open
such as <font face="arial" size="3" color="#5F719F"><H3>
I guess the size "3" would be irrelevant since it does nothing to the size.... I'd like to use <H1> as that is supposed to be your most important header but damn it's ugly. TOOO BIG. Any suggestions?
[webmasterworld.com...]
I believe there are some tutorials in the forum Library.
My problem with CSS is that you determine exactly what size the font is for the customer.
This is no more true of CSS than it was of <font> tags. You might like to read up a bit on relative font sizes [google.com]. To explain very briefly, you can use css to make text on a website appear to visitors at the same size as they've specified in their browser preferences:
body { font-size:1em; } -b
No-one other than the SE algo programmers could answer that for you authoritively.
All we can do is work on a basis of likely principles. In my opinion you should be using standards-based markup, and that includes H tags.
You can use them and still achieve what you want using CSS, so without a good reason not to use them...
TJ