How to indent a child lists using style or attributes??

liunx

Guest
Hi,<br />
I have a list<UL> with child lists. By default child list are indent by some default value. I want to indent child lists with a specific value. <br />
Please show me how to do this.<br />
<br />
thanks<!--content--><style type="text/css"><br />
ul {margin-left:10px;}<br />
ul ul {margin-left:10px;}<br />
</style><br />
<br />
etc<!--content-->Stefan,<br />
Thank you very much !<!--content-->
 
Back
Top