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
