开发者

Ensure contents print on separate pages

I have a cover letter and resume together in seperate divs on one html web page.

When I try print preview half of my resume is on the cover letter page.

Is there any way to ensure that the two divs pri开发者_JAVA技巧nt on seperate pages?


You can use the following CSS...

#cover-letter {
   page-break-after: always;
}
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜