How do I control where a Post breaks when printing?
Also, in my print.css file I have a 1px border around my post, but if the post is multiple pages, it cuts off the bottom border until it reaches the last page. How can I fix that?
How do I control where a Post breaks when printing?
Also, in my print.css file I have a 1px border around my post, but if the post is multiple pages, it cuts off the bottom border until it reaches the last page. How can I fix that?
You can break a post into pages using <!--nextpage--> but that will also cause a pagebreak in your browser, not just in hardcopy.
I don't think this will do exactly what you're looking for, but you may want to consider the WP-Print plugin as an alternative solution.
You must log in to post.