|
|
Subject:
(s)HTM(l) code to right-justify text not in a table
Category: Computers > Programming Asked by: bunisan-ga List Price: $4.00 |
Posted:
27 Sep 2005 00:02 PDT
Expires: 27 Oct 2005 00:02 PDT Question ID: 573144 |
What is the (s)HTM(l) code to right-justify text not in a table. It get's tré tedious calculating the number of s to get the positioning correct. |
|
Subject:
Re: (s)HTM(l) code to right-justify text not in a table
Answered By: answerfinder-ga on 27 Sep 2005 01:12 PDT Rated: |
Dear Bunisan-ga, You can right-justify with the following ccs: <div align="right">text</div> Source http://www.echoecho.com/htmltext06.htm http://www.htmldog.com/ I hope this answers your question. If it does not, or the answer is unclear, then please ask for clarification of this research before rating the answer. I shall respond to the clarification request as soon as I receive it. Thank you answerfinder Search strategy Personal knowledge | |
|
bunisan-ga
rated this answer:
and gave an additional tip of:
$3.00
Great! This will save me beaucoup time! The first two worked as advertised, but the last piece of code, <span style="text-align:right;">Text</span>, just seems to center the graphic or text. Thanks a bunch! BUNI-San |
|
Subject:
Re: (s)HTM(l) code to right-justify text not in a table
From: awilinsk-ga on 27 Sep 2005 08:22 PDT |
The best way to do this is use a div and float it right: <div style="float:right">Stuff</div> or you could use a span with the text-align: <span style="text-align:right;">Text</span> |
Subject:
Re: (s)HTM(l) code to right-justify text not in a table
From: answerfinder-ga on 27 Sep 2005 23:38 PDT |
Dear BUNI-San, Thank you for the tip. Pleased I could help. answerfinder-ga |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |