View Single Post
Old 11-26-2010, 09:42 PM   #4
jgray
Fanatic
jgray ought to be getting tired of karma fortunes by now.jgray ought to be getting tired of karma fortunes by now.jgray ought to be getting tired of karma fortunes by now.jgray ought to be getting tired of karma fortunes by now.jgray ought to be getting tired of karma fortunes by now.jgray ought to be getting tired of karma fortunes by now.jgray ought to be getting tired of karma fortunes by now.jgray ought to be getting tired of karma fortunes by now.jgray ought to be getting tired of karma fortunes by now.jgray ought to be getting tired of karma fortunes by now.jgray ought to be getting tired of karma fortunes by now.
 
Posts: 554
Karma: 2928497
Join Date: Mar 2008
Device: Clara 2E & Sage
Forget my previous example. This example will give you absolute tab stops, relative to the left margin.

Code:
.indent1 { position:absolute; left:10em; }
.indent2 { position:absolute; left:20em; }
Code:
<p>Some text<span class="indent1">indented text</span><span class="indent2">another indent</span></p>
<p>Another line of text<span class="indent1">more indented text</span><span class="indent2">another indent</span></p>
<p>Even more text<span class="indent1">even more indented text</span><span class="indent2">another indent</span></p>
Joe
Attached Thumbnails
Click image for larger version

Name:	example.gif
Views:	324
Size:	3.8 KB
ID:	61891  

Last edited by jgray; 11-26-2010 at 09:59 PM.
jgray is offline   Reply With Quote