Text: right to left (CSS)

Try this

.cssClassName { direction:rtl; unicode-bidi:bidi-override; }

EDIT:
apply this class to a paragraph tag and you should get the results your looking for.

Leave a Comment