Reply
textarea help.
Old 09-25-2004, 08:59 AM textarea help.
Chris_krasnichu's Avatar
Ultra Talker

Posts: 331
Location: Ontario, Canada
is it possible to change the colour of the font that the user types in?
(it needs to be done in css)

Chris
__________________
Name: Chris Krasnichuk
Email Address: chris.krasnichuk@gmail.com
Chris_krasnichu is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 09-25-2004, 09:04 AM
Unknown.

Posts: 1,693
Yea..

an example..
HTML Code:
<html>
<head>
<style type="text/css">
.mytextarea {
color: red;
}
</style>
</head>

<body>

<textarea class="mytextarea"></textarea>

</body
</html>
--James
Dark-Skys99 is offline
Reply With Quote
View Public Profile
 
Old 09-25-2004, 09:59 AM
Chris_krasnichu's Avatar
Ultra Talker

Posts: 331
Location: Ontario, Canada
ya I figured it out..
Thanks anyways.

Chris
__________________
Name: Chris Krasnichuk
Email Address: chris.krasnichuk@gmail.com
Chris_krasnichu is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to textarea help.
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.11251 seconds with 12 queries