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
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>