POV-Ray : Newsgroups : povray.off-topic : Tabbing : Re: Tabbing Server Time
5 Sep 2024 03:24:02 EDT (-0400)
  Re: Tabbing  
From: Michael Zier
Date: 24 Sep 2009 02:09:49
Message: <4abb0d2d$1@news.povray.org>
Invisible wrote:
> As some of you may know, LaTeX features a "tabbing" environment that 
> allows you to do complex horizontal alignment. Stuff like having nested 
> statements, and having the various clauses all line up vertically.
> 
> Does anybody know of a way to do this in HTML?
> 
Hmm, what about nested <ul>s? Something like:

<ul>
   <li>This statement is always true.</li>
   <ul>
     <li>That can lead to this...</li>
     <li>And implies that.</li>
   </ul>
   <li>But sometimes...</li>
   <ul>
     <li>Thus rendering the above useless.</li>
   </ul>
   <li>Nothing is true anymore!</li>
</ul>

you may then format this with css.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.