Is it possible to give a single cell in a table a certain amount of cellpadding? If so, how?
That's all, thanks!
That's all, thanks!
| Code: |
| <table>
<tr> <td style="padding: 16px">Cell 1</td> <td style="padding: 1em">Cell 2</td> <td style="padding: 10%">Cell 3</td> </tr> </table> |