|
-
August 3rd, 2006, 01:40 PM
#1
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.
-
August 3rd, 2006, 02:53 PM
#2
-
August 3rd, 2006, 04:55 PM
#3
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
-
August 8th, 2006, 04:37 PM
#4
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
-
Forum Rules
|
|