Quote:
A lot of web page stuff simply doesn't work on paper or print preview.
|
I use
@media print and then take out the elements that don't work on paper with
display: none. Styling for print is just as important as for the various sizes of screen. There's no point not having webpages make sense on paper, but not everyone bothers.
Quote:
It wouldn't be hard to make a browser with a "book" (i.e. codex) mode instead of infinite scroll, that behaved much like either Print Preview or an epub app were "paper size" is set by browser window size.
I'd love it. I hate websites with a forever giant scroll. So 2300 years old!
|
That would certainly be interesting.