Shouldn't second table go inside <td> ... </td> if you want nested tables ? Shouldn't anything inside table be inside <td> ... </td> ?
I don't understand your wanted structure. It is not valid or am I missing something? Marin On Sun, Jan 29, 2012 at 10:10 PM, Tsvi Mostovicz <[email protected]> wrote: > Hi all, > I'm trying to get the following HTML structure using HTML helpers: > > <table><thead>...</thead> > <tbody>...</tbody> > <table><thead>...</thead> > <tbody>...</tbody> > </table></table> > > AKA nested tables. > For some reason when I put the TABLE helper within another TABLE > helper, the internal one gets surrounded by tbody, tr and td causing > it not to show properly. Does anyone have an idea how to fix this > behavior? > > Thanks, > > Tsvi > > Sent from my phone >

