Is there a way to create paginated content (display separated pages horizontally/vertically) using css 'paged media' features?
A:
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
Pavan
2010-10-03 11:49:48
+1
A:
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.
David Dorward
2010-10-03 11:51:16
Thanks - this was what I was looking for.
Egil
2010-10-03 11:58:08