Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
 
2
<html>
3
<head>
4
<style type="text/css">
5
body    { font-size: 20mm; line-height: 1; width: 4em;  padding: 0; margin: 0; }
6
#wrap   { width: 2em; }
7
#first  { line-height: 1; }
8
#second { line-height: 1; page-break-inside: avoid; }
9
#third  { line-height: 1; }
10
</style>
11
</head>
12
<body>
13
<div id="wrap">
14
<div id="first">
15
LINE1
16
LINE2
17
LINE3
18
LINE4
19
LINE5
20
LINE6
21
LINE7
22
LINE8
23
LINE9
24
LINE10
25
LINE11
26
LINE12
27
LINE13
28
</div><!--Page break should be here-->
29
<div id="second">
30
LINE1
31
LINE2
32
LINE3
33
</div>
34
<div id="third">
35
LINE1
36
LINE2
37
LINE3
38
</div>
39
</div>
40
</body>
41
</html>