How to set layout to a panel
I Have a main panel contains of multiple panels .
Each panel contains of set of radio buttons.
What my problem is .........
Some of the radio buttons contains the data that has # symbol
i want to replace # with TextField So i divided the Radio Button's data
to Label, TextField,Label.
Now the Problem is it is now displaying in proper allignment.
ex:-
Assume O is Radio Button
O Last # years Ago -- This is the old Secnario
O Last "TextField" Years Ago - This is the new scenario
but it is displaying in the below.....
O Last "TextField" Years Ago
Plz any body tell me how to allign the Radiobuttons

