Results 1 to 4 of 4

Thread: Right Align Data In Text Box

  1. #1

    Thread Starter
    Member
    Join Date
    Nov 1999
    Location
    India
    Posts
    33

    Right Align Data In Text Box

    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.

  2. #2
    PowerPoster 2.0 Negative0's Avatar
    Join Date
    Jun 2000
    Location
    Southeastern MI
    Posts
    4,367
    Try this:

    Code:
    <INPUT align=right id=text1 name=text1>

  3. #3

    Thread Starter
    Member
    Join Date
    Nov 1999
    Location
    India
    Posts
    33

    Right Align Data

    I want the data inside the text box right aligned and not the text box itself.

  4. #4
    PowerPoster 2.0 Negative0's Avatar
    Join Date
    Jun 2000
    Location
    Southeastern MI
    Posts
    4,367
    Sorry,

    Try this:

    Code:
    <INPUT id=text1 name=text1 
    style="TEXT-ALIGN: right">

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width