Hi,
I can generate ASP pages in word no problem, but the pages never break when I want them to. Is there a way to insert a page break automatically?
Thanks.
I can't paste the whole code, but I can show you the general idea...
<%
Response.ContentType = "application/msword" 'Print in word
'then various tables, etc'
%>
</table>
<p style="page-break-after: always">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<!-- More tables after here -->
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.