View Single Post
Old 01-13-2012, 12:56 PM   #14
NicWest
Member
NicWest began at the beginning.
 
Posts: 12
Karma: 10
Join Date: Nov 2010
Device: Kindle
Hanging indents will also work inside table cells provided you do something like this:

Code:
<td><p class="hanging-indent">your text here</p></td>
I'm sure if your prepared to be incredibly dirty you might be able to get this to work for you.

make sure you offset your negative indent with an equal padding-left (note: NOT margin-left as kindle just seems to add the two numbers together and you end up with a mess).
NicWest is offline   Reply With Quote