When css prints, there is only one page, but when it is printed, there are two pages. How to modify it?

  -sharporder{
    width:  11in !important;
    margin:1.5cm!important;
    /* page-break-after:avoid!important; */
    page-break-after: avoid!important;
  }
  
  ![][1]

Apr.12,2022

try to add these:

  * { margin: 0 !important; padding: 0 !important; }
  html, body {
    width: 100%
    height: 100%; 
    overflow: hidden;
  }
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3b099-2c243.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3b099-2c243.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?