Feel free to get back to us once you settle down on the new markup structure (and having a problem getting it with ZF ;)
On Mon, Mar 10, 2008 at 3:02 PM, Roberto Bouza <[EMAIL PROTECTED]> wrote: > Thank you guys!!! > > I'm sorry guys I haven't done HTML in a while, not an expert much less on > version 4 :-) Now I'm aware of it. > > Dino, I tried that and I got the DIV just on the element. not with the > label and the element... but never mind, it it's invalid no worth trying to > fix it. > > Thanks again. > > > On 3/10/08, Amr Mostafa <[EMAIL PROTECTED]> wrote: > > > > 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 > > > > > > > >
