blob: 39fd34c7d66a96117e150be610ba25483c39c113 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
<html>
<head>
<style>
td { text-align: right;}
.big { max-width: 500px; max-height: 500px; }
.small { max-width: 30px; max-height: 30px; height: 30px; }
body {background-image: url(../bg.gif);}
thead td { background-color: #000; color: #fff; border: 3px solid #888; }
</style>
</head>
<body>
<table>
<thead>
<tr><td>original image w/ max-width/height</td><td>css resize</td><td>thumb</td></tr>
</thead>
<tbody>
<tr>
<td><img class="big" src="1268317730569-dumpfm-unicorngirl-unicornpink.gif"></td>
<td><img class="small" src="1268317730569-dumpfm-unicorngirl-unicornpink.gif"></td>
<td><img class="thumb" src="1268317730569-dumpfm-unicorngirl-unicornpink.thumb.gif"></td>
</tr>
<tr>
<td><img class="big" src="1268353224487-dumpfm-mu0p-mu0p.gif">
<td><img class="small" src="1268353224487-dumpfm-mu0p-mu0p.gif">
<td><img class="thumb" src="1268353224487-dumpfm-mu0p-mu0p.thumb.gif">
</tr>
<tr>
<td><img class="big" src="1268360109151-dumpfm-zoeee-Photo-316.jpg">
<td><img class="small" src="1268360109151-dumpfm-zoeee-Photo-316.jpg">
<td><img class="thumb" src="1268360109151-dumpfm-zoeee-Photo-316.thumb.jpg">
</tr>
<tr>
<td><img class="big" src="1268331012620-dumpfm-AndersStuka-supermensa.png">
<td><img class="small" src="1268331012620-dumpfm-AndersStuka-supermensa.png">
<td><img class="thumb" src="1268331012620-dumpfm-AndersStuka-supermensa.thumb.png">
</tr>
<tr>
<td><img class="big" src="1268356801824-dumpfm-sam-pent11satanshimmel.gif ">
<td><img class="small" src="1268356801824-dumpfm-sam-pent11satanshimmel.gif ">
<td><img class="thumb" src="1268356801824-dumpfm-sam-pent11satanshimmel.thumb.gif ">
</tr>
</tbody>
</table>
</body>
</html>
|