Hello,
I have a question that looks like below.
I created a free format question with the code below, but the result of my table is placing the label underneath the radio button instead of to the left. How can I fix this?
<table border="1" cellpadding="2" cellspacing="2" width="100%">
 <tr bgcolor="011343" style="color:white;height:80px;font-size:16px;text-align:center;">
<td width="200px;"> </td>
<td> Above Ground Protection </td>
<td> Premium Above Ground Protection </td>
</tr>
 <tr style="text-align:center;font-size:16px;">
  <td> <div class="input_cell clickable">[%RadioSelect(Q17_Answer, 1)%] <label for="Q17_Answer_1"> Keep Original Names</label></div>
</td>
  <td> AgrisureAbove </td>
<td> Viptera </td>
</tr>
 <tr style="text-align:center;font-size:16px;">
<td><div class="input_cell clickable">[%RadioSelect(Q17_Answer, 2)%]<label for="Q17_Answer_1"> Add ‘+’ to Names</label> </div> </td>
<td> AgrisureAbove+ </td>
<td> Viptera++ </td>
</tr>
</table>
Thanks for any help you can provide.