how to ensure printing all text while using a css

G

Guest

I use a specific .css for printing of the content of a iframe which is placed
in a table cell. Problem is that when it's a large page and you print from IE
it stops at the pagebrake of the table. How can I ensure thart it prints
everything?

To get an idea of the problem look at www.cmpinfo.nl and push button
"Kantoren" and do a Print preview.
 
G

Guest

Try addling a link like:

<a href="javascript:window.print();">Print this listing.</a>

to the page in the Iframe.

Jim Buyens
Microsoft MVP
http://www.interlacken.com
Author of:
*-----------------------------­-----------------------
|\----------------------------­-----------------------
|| Microsoft Windows SharePoint Services Inside Out
|| Microsoft Office FrontPage 2003 Inside Out
||----------------------------­-----------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/----------------------------­-----------------------
*-----------------------------­-----------------------
 

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

Top