I think those both do not solve the problem. How do I give a definition list a header?
<h1>Dictionary</h1> <dl> <dt>word</dt> <dd>def</dd> <dt>word</dt> <dd>def</dd> </dl> I would like to do: <dl> <lh>Dictionary</lh> <dt>...</dt> <dh>...</dh> </dl> Any solution that involves nested lists is really bad IMO. That makes things too complex. -- -- C Montoya rdpdesign.com ... liquid.rdpdesign.com ... montoya.rdpdesign.com ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
