PAGE-BREAK-AFTER

  • Thread starter Michael A. Drawbaugh
  • Start date
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">&nbsp;</P></td>
</tr>
<% End If %>

We can see the paragraph that is being inserted within the table clearly.

THX
 
H

Homer J. Simpson

Michael,
Close your Table, set your paragraph, and re-open a new table.
It should work...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,567
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top