Textarea font color.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
keshavmix
Forum Newbie
Posts: 3
Joined: Sun Jan 06, 2008 11:32 am

Textarea font color.

Post by keshavmix »

helloo..i have textarea with a sample text like (Hello World). now i want to change font color
of text (Hello) in red and the font color of text (World) in blue. both text are in same texrarea.
User avatar
jaoudestudios
DevNet Resident
Posts: 1483
Joined: Wed Jun 18, 2008 8:32 am
Location: Surrey

Re: Textarea font color.

Post by jaoudestudios »

You can easily change the colour of the text using CSS but both would be the same colour.

If you want multiple colours, you would need to use a RTE.
Post Reply