html pagination and 'paged media'

て烟熏妆下的殇ゞ 提交于 2019-12-11 06:56:31

问题


Is there a way to create paginated content (display separated pages horizontally/vertically) using CSS 'paged media' features?


回答1:


Assuming I'm interpreting the question correctly:

CSS paged media features are used to describe the presentation when some form of pagination has to take place (usually when a web page is being printed onto distinct sheets of paper).

They cannot be used to divide content up into sections and generate links between them.




回答2:


Here you go i was going to write the full explanation. but this tutorial has already done that for me:

http://www.cssdog.com/css_paged_media.html

check it out.

Let me know if that helped. Thanks

PK



来源:https://stackoverflow.com/questions/3849598/html-pagination-and-paged-media

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!