1 2 3 4 5 6 7 8 9 10 11 12 13 14
<!DOCTYPE html> <html class="reftest-print"> <body> Something <div style="height: 0"> <div style="width: 60%; border: 5px solid green;"> This should print on page 1 </div> </div> <div style="width: 30%; margin-left: auto; border: 5px solid purple; height: 3in"> </div> </body> </html>