blob: 1d7c3638890e6c02371f41e1dcf951e0b849541f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<table style="background-color: red; width: 300px">
<tr>
<td>
<table style="margin:0.5em auto; background-color: lightcoral">
<tr>
<th>
Lorem ipsum
</th>
</tr>
</table>
</td>
</tr>
</table>
|