blob: fac71a5dc2073877115fe8d4c5b98036ef488bbd (
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
|
<html>
<head>
<title>$1</title>
<style type="text/css">
body {
margin:4px;
}
#body {
position:relative;
}
#title {
font-weight:bold;
font-family:helvetica, arial, sans-serif;
font-size:100%;
word-wrap: break-word;
}
#description {
font-family:helvetica, arial, sans-serif;
font-size:84%;
word-wrap: break-word;
}
</style>
</head>
<body>
<div id="body">
<div id="title">$1</div>
<div id="description">$2</div>
</div>
</body>
</html>
|