page-break-* doesn't work on Google chrome

前端 未结 6 379
梦如初夏
梦如初夏 2020-12-09 10:25

I just like the divs under .wp_left_col div be placed in separate pages. This is my css code.

.wpi_left_col > div {         


        
6条回答
  •  自闭症患者
    2020-12-09 11:09

    has been reported as a way to avoid page-breaking in the middle of something, YMMV. Also, try removing borders, and ensure there are no floats. See also CSS Page-Break Not Working in all Browsers.

提交回复
热议问题