Search Bloguru posts

PSPINC CEO Kenichi Uchikura's Blog

https://en.bloguru.com/ken

freespace


Pacific Software Publishing, Inc. (AKA PSPINC)
1404 140th PL NE, Bellevue, WA 98007, USA
425-957-0808 or 800-232-3989
pspinc.com

Setting a color to your text

1 tweet
thread
Setting a color to your text
When you wish to set a color to your test, you need to know the HTML trick.


THIS IS RED


To change the color to red, you need to pu following tag in front of the text string.


<font color="#FF0000">


to end the color, you need to place


</font>


To turn text to red you write
<font color="#FF0000">THIS IS RED</font>


What is "FF0000" mean?


It is broken in to three vales. In this case "FF" "00" "00". Each values represent "RED" "GREEN" "BLUE" (RGB). FF is the maximum value and 00 is the minimum value. So FF0000 means Max RED, No GREEN and BLUE.


On top you see some of the values you can set for your text.

#Blog

People Who Wowed This Post

  • If you are a bloguru member, please login.
    Login
  • If you are not a bloguru member, you may request a free account here:
    Request Account
Commenting on this post has been disabled.
Happy
Sad
Surprise