Do you two know how (or know someone who does) that knows how to set the page on a html based
report to landscape....Is it something like this...(it doesnt work)
<html>
<head>
<title>Shop Floor Data Capture</title>
<style type="text/css">
P.breakhere {page-break-before:always}
@page rotated {size: landscape}
DIV {page: narrow}
TABLE {page: rotated}
</style>
</head>
report to landscape....Is it something like this...(it doesnt work)
<html>
<head>
<title>Shop Floor Data Capture</title>
<style type="text/css">
P.breakhere {page-break-before:always}
@page rotated {size: landscape}
DIV {page: narrow}
TABLE {page: rotated}
</style>
</head>