- From: Maurice <maurice@thymeonline.com>
- Date: Mon, 30 Apr 2007 17:17:19 -0400
- To: HTML Working Group <public-html@w3.org>
On 4/29/07 5:34 PM, "Bruce Lawson" <bruce.c.lawson@gmail.com> wrote:
>
> I support this.
> Today I've been trying to style a definition list, and need to wrap
> each term and its definition(s). A span is illegal, a div is illegal.
>
> bruce
What about nesting of definition lists to accomplish this?
<dl>
<dl>
<dt>bla bla</dt>
<dd>bla bla bla</dd>
</dl>
<dl>
<dt>bla bla</dt>
<dd>bla bla bla</dd>
</dl>
</dl>
Is that even allowed...?
It's still one list, but more lists inside the list so they can be styled as
a pair.
--
:: thyme online ltd
:: po box cb13650 nassau the bahamas
:: website: http://www.thymeonline.com/
:: tel: 242 327-1864 fax: 242 377 1038
Received on Monday, 30 April 2007 21:26:47 UTC