miss_sunshine
10-30-2004, 10:57 AM
Is there any way to make the text inside the text area bold?
|
View Full Version : Text areas miss_sunshine 10-30-2004, 10:57 AM Is there any way to make the text inside the text area bold? Chris 10-30-2004, 12:46 PM Yes, use the following code: <form ACTION=URI><textarea rows="5" cols="26" style="font-weight:bold;">Put your text here</textarea></form> Thanks, Chris miss_sunshine 10-30-2004, 01:21 PM oo thanx!! lol |