Re:
by "tim booker" <timbooker(at)btinternet.com>
|
Date: |
Tue, 1 May 2001 09:13:13 +0100 |
To: |
"Matt Stone" <matt(at)planetveggie.com> |
Cc: |
"Hwg-Techniques" <hwg-techniques(at)hwg.org> |
References: |
planetveggie |
|
todo: View
Thread,
Original
|
|
> I was wondering if there is any way to set a style so that it effects all
> text field elements on the page. Please help,
Depends if you mean <textarea>, or <input> text boxes.
If you want to style a textarea tag, then simply:
textarea { font: whatever blah blah; }
If you want to style ONLY <input> tags, with a type="text" then you will
need to setup a custom class:
.textBox { font: whatever blah blah; }
<input type="text" class="textBox">
Hope this helps,
Tim
www.timbooker.com
HWG hwg-techniques mailing list archives,
maintained by Webmasters @ IWA