On Wed, 2008-11-05 at 09:11 -0500, Joe Schaeffer wrote: > >> I would say to do that with CSS, not building it into the output. > > That's actually how I've got things set up now -- I just rarely trust > the house-of-cards that is nested lists in CSS (and I've gone and > complicated things with first-child selectors all over the place)! > > Thanks, all, for the great help! > > --joe > Don't bother with first-child selectors, as the vast majority of IE versions out there will ignore them. Go with what has been suggested so far, using css to set the layout for all the lists, and more css to override lists that occur within lists. Ash www.ashleysheridan.co.uk -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php