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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

right adjust value in input field

Status
Not open for further replies.

cat5ive

MIS
Dec 3, 2004
184
US
Hi,

Below is my input field. When user come in this asp page, it displays value from database file. User may edit this value. Problem is how can I make the value right adjusted since it's numeric value. I tried align = right. It did not work.
Thank in advance

Code:
<td><input name="duedate" class="ver11pxblk" type="Text" [COLOR=red]align="right"[/color] size="10"  value="<%=strduedate%>" onchange="return check_Date(this)"></td>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top