Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

style capitalize not posting...

Status
Not open for further replies.

fdgsogc

Vendor
Feb 26, 2004
160
CA
I am using the style element to capitalize my form input. When the user types text into the field, it is properly capitalizing their input. However, then when I post to my database, it is no longer capitalized. How can I correct this? Here is my code.
Code:
<td class="formfieldformat">
<input type="text" name="addresslabel" tabindex="3" style="text-transform:capitalize">
</td>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top