This is a snippet of my table columns that I'm trying to target. Take a look at the following code:
<tr>
<th colspan="2">
</th>
</tr>
<tr>
<td></td><td></td>
</tr>
<tr>
<td colspan="2"></td>
</tr>
I've been attempting to select the entire large column without success using different methods. If anyone can offer some guidance, it would be greatly appreciated.