> > I want to create a site map with indenting, like so: > > How can I do this using logical HTML elements? Is it possible?
You are not currently using logical HTML elements. This is an abuse of the DL element. Site maps are, logically, nested, normally unumbered, lists (i.e.) UL. You should use these and style out the marker and accept that some browsers don't support or don't adequately support style sheets. _______________________________________________ Lynx-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lynx-dev
