cobiz / samples /pagedefs.html.d /index.formatted.xhtml
seawolf2357's picture
Add samples
f711302 verified
<?xml version="1.0" encoding="utf-8"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
<title>pagedefs</title>
<link href="styles.css" rel="stylesheet" type="text/css"/>
<style type="text/css">
.Section-0 {
width: 210mm;
}
.Section-0 .HeaderPageFooter {
position: relative;
margin-top: 20mm;
margin-right: 30mm;
margin-bottom: 15mm;
margin-left: 30mm;
}
.Section-0 .Page {
padding-top: 15mm;
padding-bottom: 15mm;
}
.Section-1 {
width: 297mm;
}
.Section-1 .HeaderPageFooter {
position: relative;
margin-top: 20mm;
margin-right: 30mm;
margin-bottom: 15mm;
margin-left: 30mm;
}
.Section-1 .Page {
padding-top: 15mm;
padding-bottom: 15mm;
}
</style>
</head>
<body>
<div class="Section Section-0 Paper">
<div class="HeaderPageFooter">
<div class="Page">
<p class="Normal parashape-1"><span class="lang-en">Section 1: A4 portrait</span>&#13;</p>
</div>
</div>
</div>
<div class="Section Section-1 Paper">
<div class="HeaderPageFooter">
<div class="Page">
<p class="Normal parashape-1"><span class="lang-en">Section 2: A4 landscape</span>&#13;</p>
</div>
</div>
</div>
</body>
</html>