View Full Version : Changing the color of the font
2LivIsChrist
22nd June 2006, 04:12 PM
How do you change the color of the words on the HTML section?
Black_Ivy
22nd June 2006, 11:11 PM
<span style="color: green;">Text Here</span>
Use the above code, but where you see "green," substitute whatever color you want the text to take. You may use the name of the color (green, white, black, yellow, red, tan, etc.) or a hexadecimal representation of the color, which is more precise (#000000, #ffffff, etc.).
If you want to use hexadecimal here is another example:
<span style="color: #007700;">Text Here</span>
and here is a link to a list of codes and the colors they produce:
http://users.adelphia.net/~technet/docs/colors4.gif (http://users.adelphia.net/%7Etechnet/docs/colors4.gif)
I hope this helps. :)
2LivIsChrist
23rd June 2006, 01:56 PM
Thanks! :)
Black_Ivy
23rd June 2006, 05:17 PM
Anytime
FallingWaters
24th June 2006, 03:05 PM
<span style="color: green;">Text Here</span>
Use the above code, but where you see "green," substitute whatever color you want the text to take. You may use the name of the color (green, white, black, yellow, red, tan, etc.) or a hexadecimal representation of the color, which is more precise (#000000, #ffffff, etc.).
If you want to use hexadecimal here is another example:
<span style="color: #007700;">Text Here</span>
and here is a link to a list of codes and the colors they produce:
http://users.adelphia.net/~technet/docs/colors4.gif (http://users.adelphia.net/%7Etechnet/docs/colors4.gif)
I hope this helps. :)
Thank you SO MUCH!
Copyright ©2000-2008, ChristianForums.com