Hacker News new | ask | show | jobs
by chabska 416 days ago
True, but with CSS you define one layout for the web format alongside a different layout for the print format, using the @page rule.
1 comments

If I want only the print format this will require double the effort though.
No it doesn't? If you only want the print format, just do the print format layout, ignore the web format. Why do you care that it's broken there?