Text: Two words each a different color.

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Alan
Advanced
Advanced
Posts: 11
Joined: Tue Jul 18, 2006 12:17 am

Text: Two words each a different color.

Post by Alan »

Hi,

If I have two words of text how can I have each word a different color?

Example:
aI("text=Friday Afternoon");

I would like Friday one color and Afternoon another.

Many thanks for your help!
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

Hi,

Just use regular html font coding for color

Code: Select all

<font color='#ffff00'>Afternoon</font>
Ruth
Post Reply