Page is a not externally linkable
- Code, Content, and Presentation
-- CSS
---- TEXT: 2 different fonts - 3 different sizes - want all the same


lucy24 - 9:15 pm on Aug 17, 2012 (gmt 0)


What are all those extra </font> tags doing?

Answer: One by one they're closing off mismatched opening <font> tags from elsewhere in the document, leading to a cascade of changing sizes and colors.

If you must use <font>

:: insert three pages of heated discussion ::

make sure it follows the same rules as any other inline style tag: open and close within a block-level element like, here, a header. Or do I mean heading? Same as you'd do with <i> and similar.

Validation can't hurt either.


Thread source:: http://www.webmasterworld.com/css/4485861.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com