How does this print stylesheet work?

前端 未结 3 921
被撕碎了的回忆
被撕碎了的回忆 2021-01-14 11:51

I really like how http://www.honorshaven.com/ looks printed (to pdf). I\'ve looked through the source to try to figure out how they did it (my navigation always turns into

3条回答
  •  不要未来只要你来
    2021-01-14 12:03

    You need to use a stylesheet designated for printing. To do this, set the media type to print instead of all or screen. In this separate stylesheet, you can hide your navigation menus, change your fonts, spacing, margins, etc. and it is specific to the print output.

    Here's a great article on ListApart about CSS Print Stylesheets.

提交回复
热议问题