Question
I would like to format a heading so the tail-end is small, not colored and not boldface. For example:
An Example Heading (and this is the text I'd like small, black and plain)
I figured out how to make it black using
%BLACK% and small using
<small>, but I don't know how to turn off boldface:
An Example Heading (and this is the text I'd like small, black and plain)
Can this be done?
Environment
--
DarylSpitzer - 02 May 2007
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
Write
font-weight:normal:
<span style="font-weight:normal">unbolded text</span>
Examples:
Normal header unbolded text
Normal header unbolded text
Normal header unbolded text
--
ArthurClemens - 02 May 2007