[Home] [By Thread] [By Date] [Recent Entries]
Karl,
This is not hard to do, either with literal spaces (non-breaking spaces) or with CSS when displaying HTML. You looks like you're using CSS. If you're using a @class layer, it looks like the class of any particular div will be done like this: <div class="indent_{count(ancestor-or-self::*)}">...</div> which would result in class="indent_1" for an outermost div, "indent_2" for a div a level down, etc. You could do the same thing with style="{count(ancestor::*) * 10}px"> and get your indents hard-coded that way: this would result in 0px, 10px, 20px etc from outermost in. I hope that helps. Cheers, Wendell At 07:49 PM 3/18/2006, you wrote: Hello, ====================================================================== Wendell Piez mailto:wapiez@xxxxxxxxxxxxxxxx Mulberry Technologies, Inc. http://www.mulberrytech.com 17 West Jefferson Street Direct Phone: 301/315-9635 Suite 207 Phone: 301/315-9631 Rockville, MD 20850 Fax: 301/315-8285 ---------------------------------------------------------------------- Mulberry Technologies: A Consultancy Specializing in SGML and XML ======================================================================
|

Cart



