Hacker News new | ask | show | jobs
by carlosjobim 188 days ago
Except you can't have page breaks, three links in a row, anchor links.
1 comments

@media print { .page, .page-break { break-after: page; } }
It doesn't function in real use, it's just theoretical.
That's theory. Can you send me a link to any html file where this actually works? It's a problem I'd love to have solved.

Edit to clarify: The break-after property works with the worthless print dialogues, but doesn't function with "Export to PDF", which is what most people will want to use.