Skip to content Skip to sidebar Skip to footer

Horizontal Center Radio Button In Table

I'm not what happening but here is my HTML; Copy
<table>
	<tr id='javatbd158311X2059X38315A008' class='array2 answers-list radio-list'>
  <td class="answer_cell_003 answer-item radio-item">
  <label class="hide read" for="answer158311X2059X38315A008-3">Neither agree nor disagree</label>
  
  <input class="radio" type="radio" name="158311X2059X38315A008" value="3" id="answer158311X2059X38315A008-3" title="Neither agree nor disagree" onclick="checkconditions(this.value, this.name, this.type)" />
  </td>
  </tr>
</table>

Solution 2:

give the input display block

u can find the code here
 [https://jsfiddle.net/u85mca3d/][1]

Post a Comment for "Horizontal Center Radio Button In Table"