mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
25 lines
589 B
HTML
25 lines
589 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
|
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
#header {
|
|
background-color:#dddddd;
|
|
position: fixed;
|
|
width: auto;
|
|
height: auto;
|
|
top: 50px;
|
|
right: 0;
|
|
bottom: 25px;
|
|
left: 0;
|
|
overflow: auto;
|
|
}
|
|
</STYLE>
|
|
</head>
|
|
<body>
|
|
<table border id="header"><tr><td>should print on every page</td></tr></table>
|
|
<div style="font-size:100pt">hello<br>hello<br>hello<br>hello<br>hello<br>
|
|
|
|
hello<br>hello<br>hello<br>hello<br>hello<br>hello<br></div>
|
|
</body>
|
|
</html>
|