|
Helping ordinary people create extraordinary websites! |
Things To Do With Textarea Form FieldsBy Will Bontrager2005-09-26
Bold Text and Text/Background Colors Whether used for accepting user input or for providing text for copying, the textarea field can be formatted in several ways. To make the text bold, add a "font-weight" definition to the style attribute. To change the text color, add a "color" definition. For background color, add a "background-color" definition. This make a yellow background for bolded red text, 16 pixels in size: <form> Red text on a yellow background is not very attractive for some implementations. Try sky blue on silver. Any web color combinations are available to you. Tutorial Pages: » Things To Do With Textarea Form Fields » Automatically Selecting Content » Specifying Text Style, Wrap Characteristics, and Read Only » Bold Text and Text/Background Colors » Textarea Field With Background Image Copyright 2004 Bontrager Connection, LLC |
|