Cross-browser support of `page-break-inside: avoid;`

前端 未结 3 1494
余生分开走
余生分开走 2020-12-11 03:20

I have a lot of divs on a page with variable amounts of content in them. I am trying to use page-break-inside: avoid; so that each div section is

3条回答
  •  不思量自难忘°
    2020-12-11 03:58

    Microsoft Word 2010 does not seem to respect this style attribute when importing from HTML (XHTML 1.0 transitional), i.e. a

    element may be split.

提交回复
热议问题