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>
Same answer I posted at CSS Creator:
DIV doesn’t lend any semantic meaning so there’s most definitely a better way to mark it up. It does involve adding a second name field but I don’t see that as any sort of problem.