Hi,

I currently have a webform that has an HTML table with three rows and two columns. Each row contains a label in one column and a radiobuttonlist in the other.
The label and radiobutton list on the second row are not visible until the first radiobuttonlist has the yes option checked and a postback is performed. This works fine and displays the second row controls.

Unfortunately when the second row controls aren't visible there is a gap where they should be which breaks up the flow of the form.

What i'd like to know is if there is some way that i can close up the gap whilst the controls aren't visible.

Thanks