Site Basics Page 4



COLORS



Ok how do you change colors like that huh?
Here is the code below that i used to make the above word COLORS.
<html> <font color="red">C </font>
<font color="blue">O </font>
<font color="purple"> L</font>
<font color="hotpink">O </font>
<font color="steelblue">R </font>
<font color="magenta">S </font>


You can make the whole word one color if you like.
This is how i just did color.
<font color="magenta">color</font>


Ok how about part of a sentence huh?
Well this is how it looks for the sentence above.
Ok how <font color="blue">about part of a</font> sentence huh?






Ok how about having a link word in a sentence like this word (LINK) huh?
Well this is how it looks for the sentence above.

Ok how about having a link word in a sentence like this word <a href="http://www.wtv-zone.com/mrsandman41/sitebasic4.html">(LINK)</a> huh?

The link color will be whatever your link color is set for at the top of the homepage.
In your e-mail you will have to do it like this.

<a href="http://www.wtv-zone.com/mrsandman41/Helppages/sitebasic4.html"><font color="whatever color">(LINK)</font></a>



Back to my Index