XPages: Radio button Group & Edit Box placement

I’d like to have the Edit Box & the Radio-Group display on the same line in the browser, but it seems they do not. I suspect it’s because the Radio-Group generates its own Table tags when rendered.

Any suggestions/work-arounds? Thanks!

In Designer:

Results in the browser:

<tr>

</tr>

oz

lb

kit

Subject: *How about put both in a table with one row and two columns?

Subject: Smiles all around ! Thanks Howard, it worked like a charm!