We can't seem to ne able to add a class to a <td>
we'd like to end up with <td class="XXX"><p>lorem</p></td>
but whatever selection process we try we end up with
<td><p><span class="XXX">lorem</span></p></td>
is there any way to avoid these span classes other than direct manipulation in the html?
ps ce6.6