#248987 Forms nested inside TR tags are breaking table layout (forum).

You should see no blue dashed lines. These are table captions, each one added for every FORM element placed between TR and TD tags.

Expected Results: No red background should be visible (excluding third and fourth case which should normally have red background but on right side only).

Legend

Case 1: div>table[width="100%"] (one form element)

There should be no red visible.

Case 2: div>table[width="100%"] (4 form elements)

table row.
table row.
table row.
table row.

Case 3: div>table[width="auto"] (4 form elements)

table row.
table row.
table row.
table row.

Case 4: div>table[width="auto"] (4 form elements - last one having margin:0 set)

table row.
table row.
table row.
table row.