I'm very new to javaScript and I'm trying to remove two td's but I can't manage to find a way of doing it.
These are the td's that I need to be removed in order to remove the spacing between the FIRST NAME and the LAST NAME. I also have to mention that I'm not allowed to edit the HTML directly.
<td class="error_label">
          <span id="ctl03" style="visibility:hidden;">Required Field</span>
        </td>
<td colspan="2" class="pd_question">
        <span id="lbl3"></span>
      </td>
Here is the whole code http://jsfiddle.net/w8z4nxa7/4/
 
     
    