M
Michael A. Drawbaugh
We have several webforms that represent Online Reports. When printed, we
would like to be able to control the pagination based upon a line count. We
have been trying to use the PAGE-BREAK-AFTER style setting for the Paragraph
tag <P style="PAGE-BREAK-AFTER:always">. However, it does not work?!?
This paragraph tag is inside of an HTML table. Would this matter? For
example:
<% If dwCount MOD 60 = 0 Then %>
<tr>
<td style="FONT-SIZE:8pt"><P
style="PAGE-BREAK-AFTER:always"> </P></td>
</tr>
<% End If %>
We can see the paragraph that is being inserted within the table clearly.
THX
would like to be able to control the pagination based upon a line count. We
have been trying to use the PAGE-BREAK-AFTER style setting for the Paragraph
tag <P style="PAGE-BREAK-AFTER:always">. However, it does not work?!?
This paragraph tag is inside of an HTML table. Would this matter? For
example:
<% If dwCount MOD 60 = 0 Then %>
<tr>
<td style="FONT-SIZE:8pt"><P
style="PAGE-BREAK-AFTER:always"> </P></td>
</tr>
<% End If %>
We can see the paragraph that is being inserted within the table clearly.
THX