Forum Moderators: open
Example:
<table>
<tr>
<td>1</td>
<td><input type="text" name="txtRow1" size="40" /></td>
</tr>
</table>
How do I make the text inputted into the text box line up to the right?
Thank you
-Mike
just add this to your input tag...
style="text-align:right"
birdbrain