Re: [suggestion] Allow DIV inside any element

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