I have a
<table>
<tr>
<td><span style="margin-left: 48px; width: 20px;">2</span></td>
</tr>
</table>
The span seems to have a margin but the width does not work. Is there a way I can make this work? Note that I thought of using a <div>
but from what I understand it might work but it's not allowed inside a <td>
.