bazz
09-06-2010, 10:04 AM
Hi,
I have a 'column' of radio buttons but , as I have coded it, they don't align with each other on the vertical because they position themselves according to where their descriptive word ends.
like this
<td class='rightTd'>
<input type='hidden' name="file_sequence_1" value="1" />
<p>Text: <input type="radio" class='radio_button' name="text_or_list_1" checked='checked' value="text" /></p>
<p>List: <input type="radio" class='radio_button' name="text_or_list_1" value="list" /></p>
</td>
Tempted to put them into a table to lay them out better, I suspect that would be 'wrong'. How would you do it? <dl>, <ul> or does it really matter? It is only for use in a cms where a desktop or laptop would be used to view the pages - if that makes a difference, to your answer.
bazz
I have a 'column' of radio buttons but , as I have coded it, they don't align with each other on the vertical because they position themselves according to where their descriptive word ends.
like this
<td class='rightTd'>
<input type='hidden' name="file_sequence_1" value="1" />
<p>Text: <input type="radio" class='radio_button' name="text_or_list_1" checked='checked' value="text" /></p>
<p>List: <input type="radio" class='radio_button' name="text_or_list_1" value="list" /></p>
</td>
Tempted to put them into a table to lay them out better, I suspect that would be 'wrong'. How would you do it? <dl>, <ul> or does it really matter? It is only for use in a cms where a desktop or laptop would be used to view the pages - if that makes a difference, to your answer.
bazz