RowSpan not working like I thought
Hello - I have a 4 column by 8 row table on a FormView control.
I need the left-most column to contain a RadioButtonList control, so I set the 1,1 cell up as "<TD rowspan="8">"
Everything lines up on the first row, but on rows 2-8, there is an extra empty column inserted to the right of the RadioButtonList, and columns 2-4 are bumped over one row.
This was in the middle of a long form, so I tried breaking it out into it's own table, but it still didn't fix the problem.
What am I doing wrong?
Thanks
Mark
|