Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

page break not working 1

Status
Not open for further replies.

TruthInSatire

Programmer
Joined
Aug 12, 2002
Messages
2,964
Location
US
I'm using
<table>
<tr>
<td>
</td>
</tr>
<tr>
<td>
</td>
</tr>
<tr style = "page-break-after:always;">
<td>
</td>
</tr>
</table>

but nothing happes. is there anything else i need to do?

Thanks.

Human beings, who are almost unique in having the ability to learn from the experience of others, are also remarkable for their apparent disinclination to do so.
-Douglas Adams (1952-2001)
 
page breaks are print only attributes, should not be used inside a table and are only (sort of) supported by IE.



Chris.

Indifference will be the downfall of mankind, but who cares?
A website that proves the cobblers kids adage.
Nightclub counting systems

So long, and thanks for all the fish.
 
Thanks chris, I've tried <span style = "page-break-after:always"></span> after the table. That didn't work either. I'm using IE 6.

Human beings, who are almost unique in having the ability to learn from the experience of others, are also remarkable for their apparent disinclination to do so.
-Douglas Adams (1952-2001)
 
the style also can only be applied to certain elements

a google search soon found which ones





Chris.

Indifference will be the downfall of mankind, but who cares?
A website that proves the cobblers kids adage.
Nightclub counting systems

So long, and thanks for all the fish.
 
Curious. it says it should work with TR which is how i had it first. I changed the span to div and it works. thanks for the help.

Human beings, who are almost unique in having the ability to learn from the experience of others, are also remarkable for their apparent disinclination to do so.
-Douglas Adams (1952-2001)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top