View Single Post
Old 04-13-2009, 04:32 PM   #2 (permalink)
ETbyrne
how quixotic are you?
 
ETbyrne's Avatar
 
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 445
Thanks: 37
ETbyrne is on a distinguished road
Default

Make it so that it generates the HTML so it looks something like this:

Code:
<ul>
  <li>file</li>
  <li>dir<ul>
    <li>file</li>
    <li>file</li>
  </ul></li>
  <li>file</li>
  <li>file</li>
</ul>
It's really more of a HTML/CSS issue than a PHP one
__________________
Dingo Web Systems > http://www.dingocode.com
My Website > http://www.evanbot.com
ETbyrne is offline  
Reply With Quote