While this is possible, are you aware that it's *invalid* HTML? <dl> can contain only <dt> and <dd>.
Reference: http://www.w3.org/TR/html401/struct/lists.html#h-10.3 Cheers, - Amr On Mon, Mar 10, 2008 at 3:59 AM, Roberto Bouza <[EMAIL PROTECTED]> wrote: > Hello everyone, > > Just a simple question I hope that some one got this same problem an fix > it. > > I just want to enclose groups of dtDd in a tag, so it looks like this: > > <form ...><dl> > <div class="row_group"> > <dt><Label ...></Label></dt> > <dd><input type="text" ...></dd></div> > ... > <div class="row_group"> > <dt><Label ...></Label></dt> > <dd><input type="text" ...></dd></div> > </dl> > </form> > > But I tried a few different ways with no luck... any help will be > appreciated. > > Thank you. > > Roberto >
