Spaces:
Sleeping
Sleeping
File size: 604 Bytes
07c3cdd | 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 | <html>
<head>
<title>html2ps/html2pdf error message</title>
<style>
body {
color:#000;
background-color:#fff;
margin:10px;
font-family:arial, helvetica, sans-serif;
color:#000;
font-size:12px;
line-height:18px;
}
p,td {
color:#000;
font-size:12px;
line-height:18px;
margin-top:3px;
vertical-align: top;
}
h1 {
font-family:arial, helvetica, sans-serif;
color:#669;
font-size:27px;
letter-spacing:-1px;
margin-top:12px;
margin-bottom:12px;
}
tr.odd {
background-color: #f0f0f0;
}
tr.even {
background-color: #ffffff;
}
td {
padding: 3px;
}
</style>
</head>
<body>
|