You can use class in table:<br><br>
(:table class=indent border=1 cellpadding=5 cellspacing=0:)<br><br>In your case you should add new class for second level<br><br>.indent2 { margin-left:80px; }<br><br>and then use <br><br>
(:table class=indent2 border=1 cellpadding=5 cellspacing=0:)<br><br>Roman<br><br><div class="gmail_quote">On Thu, Apr 24, 2008 at 12:49 AM, Ingersoll, Nelson &lt;<a href="mailto:Nelson.Ingersoll@atmel.com">Nelson.Ingersoll@atmel.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
 &nbsp; I am trying to figure out how to indent a table. &nbsp;The indentation requirement is simple enough. &nbsp;I want the table to align with an existing indent. &nbsp;Take this example PmWiki snippet:<br>
<br>
**(:toggle div=aaa init=hide lshow=&#39;AAAA&#39; lhide=&#39;AAAA&#39;:)<br>
(:div1 id=aaa:)<br>
(:table border=1 cellpadding=5 cellspacing=0:)<br>
(:cell:) &#39;&#39;&#39;System&#39;&#39;&#39;<br>
(:cell:) &#39;&#39;&#39;Contact&#39;&#39;&#39;<br>
(:cell:) &#39;&#39;&#39;Email&#39;&#39;&#39;<br>
(:cell:) &#39;&#39;&#39;Phone&#39;&#39;&#39;<br>
(:cellnr:) BLEH<br>
(:cell:) John Doe<br>
(:cell:) <a href="mailto:john.doe@heynow.com">john.doe@heynow.com</a><br>
(:cell:)<br>
(:cellnr:) HELB<br>
(:cell:) Nelson Niceguy<br>
(:cell:) nelson&#39;s not here anymore<br>
(:cell:) 111-222-4444<br>
(:cellnr:) REALLY<br>
(:cell:) Mr. Splashy Pants<br>
(:cell:) splashy.pants@ whales.xxx<br>
(:cell:) 112-123-4567<br>
(:tableend:)<br>
(:div1end:)<br>
<br>
<br>
The table is hidden under the &#39;AAAA&#39; toggle-link. &nbsp;When I toggle the entry open I would like for the table to align with the &#39;**&#39; indentation. &nbsp;Ideally the indentation might follow along the same rules as a &#39;*&#39;, &#39;**&#39;, &#39;***&#39; indentation. &nbsp;Is there a way to do this? &nbsp;Thank you for your help.<br>

<br>
- Nelson &nbsp;&lt;-- banged head as a young programmer.<br>
<br>
_______________________________________________<br>
pmwiki-users mailing list<br>
<a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a><br>
<a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users" target="_blank">http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a><br>
</blockquote></div><br>