Log in

View Full Version : CSS Screen & Print Issue



asifakhtar
02-03-2011, 08:41 PM
Hi,

I need to display the following div’s as it is on the screen according to the HTML, but when I print the Claimant Name, Case Info, Contacts, Files should print on 1st page and Claimant Name, Service should print on 2nd page.

Can someone please show me a way to solve it using CSS?




<body>
<div>Claimant Name</div>

<div>Case Info</div>

<div>Contacts</div>

<div>Files</div>

<div>Service</div
</body>


Thanks