I'm making changes to a pagina.aspx
of a system, however many things are generated through language functions.
<table id="ctl19_tableAreas" style="height:100%;width:100%">
<tbody>
<tr style="height:249px;">
<td style="width:33%;padding-top:20px;" valign="top">
</td>
<td style="width:33%;padding-top:20px;" valign="top">
</td>
<td style="width:33%;padding-top:20px;" valign="top">
</td>
</tr>
</tbody>
</table>
So my question is how do I add a class in these columns:
style=width:33%;
padding-top:20px;
valign=top
It can not be for everyone because inside each one has other tables, a total confusion.