I need to produce HTML pages that can be viewed in the browser or printed.
The print must have things laying out correctly, preferably with text placed a absolute positions using things like:
(P STYLE="position:absolute;top:<<nY>>in;left:<<nX>>in")report text(/P)
It works, and page breaks can be added using:
(style)
BR.FF { page-break-after: always }
(/style)
. . .
(BR class="FF")
However, when viewed in the browser, all pages stack on top of each other, instead of being able to scroll down to get to the second, third, etc pages.
Any Ideas?
The print must have things laying out correctly, preferably with text placed a absolute positions using things like:
(P STYLE="position:absolute;top:<<nY>>in;left:<<nX>>in")report text(/P)
It works, and page breaks can be added using:
(style)
BR.FF { page-break-after: always }
(/style)
. . .
(BR class="FF")
However, when viewed in the browser, all pages stack on top of each other, instead of being able to scroll down to get to the second, third, etc pages.
Any Ideas?