Re: Font color, other attributes
Posted by
Hugo <Nabble> on
Oct 17, 2010; 8:28pm
URL: https://support.nabble.com/Formatting-Questions-tp5642821p5645161.html
This page explains the options:
http://www.w3schools.com/css/css_font.aspSome examples:
<span style="color:#44D15A">Example1</span>
<span style="color:#aa4566;font-style:italic;font-size:1.2em">Example2</span>
<span style="color:#2211AA;font-style:oblique;font-size:1.1em">Example3</span>
<span style="color:#EE2836;font-weight:bold;font-size:1.3em">Example4</span>
<span style="color:#1E8363;font-variant:small-caps">Example5</span>
Example1Example2Example3Example4Example5