blob: 41d2203b4a08323a2d6b9894f1ad133e35130265 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
table {
font-size: 10px;
font-family: Ahem;
}
img {
vertical-align: bottom;
width: 10px;
height: 10px;
background: black;
}
</style>
<table>
<tr>
<td id="td">1234567<img id="img" src=""></td>
</tr>
</table>
|