I've been searching all over the net for hours now but I still can't figure this out.
<table>
<tr>
<th class="name">Name</th>
<th class="age">Age</th>
<th class="nick">Nick</th>
</tr>
<tr>
<td>John</td>
<td>30</td>
<td>Johnny</td>
</tr>
<tr>
<td>Robert</td>
<td>35</td>
<td>Bob</td>
</tr>
</table>
Is there any way to append the classes from those headers to the TD tags in the same column?