View Single Post
Old 01-02-2012, 05:41 PM   #13
PiVi1962
Member
PiVi1962 is on a distinguished road
 
Posts: 12
Karma: 60
Join Date: Nov 2009
Device: none
Quote:
Originally Posted by DiapDealer View Post
You can create a hanging indent by using "text-indent: -16px", but it will be left-aligned (no left margin).

You basically have to choose between a hanging indent or a left margin. To get both, you'd have resort to images of text or manually building your paragraphs with combinations of <br /> and &nbsp; (which might behave badly when users increase font-size).
It is also possible to use the "&emsp;" and "&ensp;" in conjunction with UTF-8 character coding... but it looks like a really dirty trick.
PiVi1962 is offline   Reply With Quote