I have several RadiobuttonLists and all the label texts for list items have different widths. E.g.
RadiobuttonList #1
(o) this is a really long label [textbox]
(o) this is another really long label [textbox]
RadiobuttonList #2
(o) short label [textbox]
(o) short [textbox]
As you can see, the textboxes naturally set their place within fixed position of longest label for each radiobuttonlist set. Which is what I want. (The radiobuttonlist and textboxes each sit in <td> in <tables>.)
However, I have a border around each tables on all 4 sides (so imagine the light blue background that sits under my examples above to be the border).
I need all the tables to be of same width i.e. 800px in width.
Since I do not know the width of the first 2 <td> how do I ensure they add up to 800px?
Any ideas?