Re: [PLUG] Web Pages Look Different on Screen and Printed. Why?
Ron Guilmet via plug on 17 Feb 2023 14:00:05 -0800
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: [PLUG] Web Pages Look Different on Screen and Printed. Why?
- From: Ron Guilmet via plug <plug@lists.phillylinux.org>
- To: Casey Bralla <MailList@nerdworld.org>
- Subject: Re: [PLUG] Web Pages Look Different on Screen and Printed. Why?
- Date: 2023年2月17日 16:59:48 -0500
- Cc: plug@lists.phillylinux.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:cc:date:message-id:subject:mime-version:from :content-transfer-encoding:from:to:cc:subject:date:message-id :reply-to; bh=9NU6xnzJV/ffMEJJhMOTnPok0U20FJ6LmFVXH3WA1Ck=; b=hezKwxcfdUE3O6o178G07K9W91Z+cES2DEoQuJueEUTmCZStiIprJsPb/ed1fnl25r faBulufDQ7nSv6Q6C2e1iBeN6hYcDvJJa5z2oGuz4PWpyKe+rRPhk26BYzdgkNSsypww CsJB7aNa//4wWM+5FNlSZom2Mj6nOSQBM9RfCZHLoRSjmd57wYJhVCw55NvaOCeJZ/A+ ettmTNqYFbb5oqRgGJfVO1uKEflSPOi4RXG3C9qw9OpsUjeoE5wx8SexLnGauQG52ojj /fdNWO/ovvpbqtGKR4GOwF1NO0JGPdlEKKwbw6fbzgdUu68wGvIURve4V3AM/t4wnTN+ YSLg==
- Reply-to: Ron Guilmet <ronpguilmet@gmail.com>
- Sender: "plug" <plug-bounces@lists.phillylinux.org>
Like pointed out already, the web browser will resize. Some of this has to do with “responsive” websites which have different css @media settings to allow different looks as your resize (from full screen laptop to mobile devices). There is a separate print media css queries that is used just for printing. In those print css settings you will have settings like 8.2 x 11 for paper. However, not all websites will have that coded into them.
Ron Guilmet
ronpguilmet@gmail.com
Philly Data Solutions, LLC
https://phillydatasolutions.com
On Feb 16, 2023, at 9:55 PM, Casey Bralla via plug <plug@lists.phillylinux.org> wrote:
This has been an growing annoyance for me.
I see a web page and try to print it, but the printed output often is
wildly different from what I see on the screen. I've read that there is
a separate CSS for printing, but I don't understand why.
Why doesn't a browser render the print output the same way it renders
the screen output? The dimensions of the paper and the screen may be
different, but those differences are trivial compared to the gawd-awful
print output of some web pages.
What the heck is going on here?
___________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
___________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug