Happy Atheist Forum

Getting To Know You => Ask HAF => Topic started by: MommaSquid on July 10, 2006, 06:37:37 PM

Title: How do I adjust the font size on my signature?
Post by: MommaSquid on July 10, 2006, 06:37:37 PM
Laetus your signature is in a reduced font size and in color.  How did you do that?
Title:
Post by: Whitney on July 10, 2006, 06:49:40 PM
Just use the following code tags before and after your sig text:

[size=9] Type signature here [/size]
for color use:

[color=red]Type signature here[/color]
For smaller font and different color:

[size=9]
[color=red]Type signature here[/color][/size]


choose betwen red, orange, brown, yellow, green, olive, cyan, blue, dark blue, indigo, violet, or white

(color choices and size choices displayed in drop down window on the post compose/edit screen)

Let me know if you experience any issues.
Title:
Post by: Jassman on July 10, 2006, 07:07:10 PM
Alternately, you can use any color's hex value. This site (http://www.w3schools.com/html/html_colors.asp) has lots of different colors to play around with. All you do is enter the hex value in place of where you would enter "red" or "indigo":

[color=#ff0000]This example would be red.[/color]
[color=#ff0066]This would be a pink color.[/color]
[color=#ff0033]This color would be halfway between the two.[/color]

Here's what those three above examples actually produce:

This example would be red.

This would be a pink color.

This color would be halfway between the two.
Title:
Post by: MommaSquid on July 10, 2006, 07:38:40 PM
Thanks   :)
Title:
Post by: Jassman on July 10, 2006, 07:45:35 PM
No problem. This thread actually made me realize that I didn't have a signature yet, so it helped me too.