blob: c73a5b484d063a0deb05fb81b52c2e490eee9929 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!doctype html>
<html>
<body>
<table border="1">
<tr>
<td style="height: 200px; padding: 0; margin: 0; border: none">
<img style="height: 100px;" src="solidblue.png">
</td>
<tr>
</table>
</body>
</html>
|