I have data populated into text boxes through ASP code from SQL Server.
I want the data to be right aligned in the text box.
Does any one know of any tag in HTML to do this, or any other method.
Thanks.
Printable View
I have data populated into text boxes through ASP code from SQL Server.
I want the data to be right aligned in the text box.
Does any one know of any tag in HTML to do this, or any other method.
Thanks.
Try this:
Code:<INPUT align=right id=text1 name=text1>
I want the data inside the text box right aligned and not the text box itself.
Sorry,
Try this:
Code:<INPUT id=text1 name=text1
style="TEXT-ALIGN: right">