HTML and Right Justification
Results 1 to 4 of 4

Thread: HTML and Right Justification

  1. #1
    Join Date
    Jun 2005
    Posts
    54

    Question HTML and Right Justification

    I'm trying to create an html table via php, and I need to right-justify some of the data in order to make it look right. I tried leading spaces, but html just ate those. Are there any html tags specifically designed for justification purposes? Beyond that, anybody have any other suggestions that might work? Thanks in advance.

  2. #2
    Join Date
    Feb 2000
    Location
    Idaho Falls, Idaho, USA
    Posts
    18,423
       

  3. #3
    Join Date
    Nov 1999
    Location
    California, USA
    Posts
    501
    Have you tried to put align="right" in the td cell? If the data accepts p tags you can use <p align="right">data here</p>


    "If you look at the sun without shielding your eyes, you'll go blind.
    If you look at the moon without covering your eyes, you'll become a poet."
    --Serge Bouchard

  4. #4
    Join Date
    Jun 2005
    Posts
    54
    Thanks for the assistance. Problem solved.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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