
Re: [SOLVED] Posting Font/size/colour Help
As a side note... just remember to add single quotes when specifying a "multiword" font in CSS or style definition... also it's a good practice to add several choices, because some fonts are not present on all systems.
In CSS
html { font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif; font-size: 100%; }
In HTML
<span style="font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif; font-size: 14; color: #ce0202;">{SIMPLETEXT}</span>