Y
Hacker News
new
|
ask
|
show
|
jobs
by
SkiFire13
411 days ago
Note that this won't prevent the page from being displayed in other sizes, where it will most likely have a broken layout instead.
1 comments
chabska
410 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.
link
SkiFire13
409 days ago
If I want only the print format this will require double the effort though.
link
chabska
408 days ago
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?
link