We want to make text-align:justify, to take all the width of the column, but it should start from the right side.
Is there any way to make it with css or somehow?.
EDIT:
As suggested
http://jsfiddle.net/dVbJr/33/
.text {
text-align: justify;
direction:rtl;
}
works, but it has punctuation issue.
SOLVED
<span style="float:right">...</span>
This to be attached in the end has solved the punctuation issue.
Thanks for effort though to everyone! I shall accept the first answer then.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…