Login  Register

Re: change text color and font in signatures

Posted by shamus mcquail on Sep 17, 2016; 7:00pm
URL: https://support.nabble.com/change-text-color-and-font-in-signatures-tp7597284p7597290.html

shamus mcquail wrote
GregChapman wrote

Here's an example that does a little more than change colour that should provide inspiration.

The Blueswailing <span style="color:#ff2222;">Sleepy</span> <strong>Greg</strong> <span style="color:#ff2222;">Lovehorn</span><br>
<span style="font-size:75%">Slide, Harp, Guitar, and occasional vocals!</span>

and this is how it turns out...

The Blueswailing Sleepy Greg Lovehorn
Slide, Harp, Guitar, and occasional vocals!


Works great, thank you. Now for another question. How do you combine 2 or more pieces of code together to get a desired effect? Example, red font and 75% size and maybe even throw in a different font altogether? Thank you very much.

I answered my own question. Just separate code strings with ; like this
 <span style="font-size:150%;color:#b32400;">-Shamus</span>

or with 3
<span style="font-size:200%;color:#b32400;font-family: impact;">-Shamus</span>


Again thank you very much