2 of 2
2
Divs not printing in page breaks
Posted: 01 February 2011 08:50 PM   [ Ignore ]   [ # 16 ]
Newbie
Rank
Total Posts:  3
Joined  2011-02-01

Normal style:

<link rel="stylesheet" type="text/css" href="screen.css" media="screen" /> 

Print Style

<link rel="stylesheet" type="text/css" href="print.css" media="print" /> 

Than you can have total control over how you’re prints look (define in the stylesheet)!

This is work, thanks
______________________________________________________________________________________________________________
_____ Android Game Review _____

Profile
 
 
Posted: 24 August 2011 05:38 PM   [ Ignore ]   [ # 17 ]
Newbie
Rank
Total Posts:  3
Joined  2009-10-02
DCFactory - 21 August 2007 10:15 AM

You should use a separate stylesheet, only for printing.

Normal style:

<link rel="stylesheet" type="text/css" href="screen.css" media="screen" /> 

Print Style

<link rel="stylesheet" type="text/css" href="print.css" media="print" /> 

Than you can have total control over how you’re prints look (define in the stylesheet)!

This example is great, and I’ve already developed a form using it, but what about when Domino generates it’s own DIV tags, like in Tables for instance. Every row would be placed on a new page. Is there an easy way to get around this?

________________________
sticker printing | folder printing

Profile
 
 
   
2 of 2
2