blob: fc427678986dad54084c4c82c965d2b4e55f78c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<html>
<table style="width:100%; background-color:red"><tr><td>
<table style="background-color:blue"><tr><td>
<table style="width:50%; background-color:green; table-layout:fixed"><tr><td>
Content
</td></tr></table>
</td></tr></table>
</td></tr></table>
</html>
|