blob: a97921c4fdcfdab1f3c00d486a9c845df75745d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<html>
<body>
<table>
<tr>
<td>
<div style="position: absolute;">Text</div>
<div style="display: inline-block; width: 100px; height: 100px;"></div>
</td>
</tr>
</table>
</body>
</html>
|