• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Why can't I print this article without it coming out looking like crap??

Status
Not open for further replies.

Kroze

Diamond Member
Here's what I wanted to print....


Capcccture.jpg



Here's how it looks when I print or print preview it. I've tried screwing around with the scaling and page orientation but to no avail. What am I doing wrong here?

Capture.jpg
 
I didn't see an obvious way to do it in Internet Explorer, but these are the options I can see:

1. If you don't need the menus and ads, you could always just highlight and paste the article to a Word processor. It looks fine in Word.
2. If you want the printout to look exactly like the page, and have access to a Chrome browser, you can do Ctrl+A, right click > Print. Under options, select "Selection Only" and "Background Colors and Images". The result I see looks exactly like the page.
 
Someone probably got lazy and nixed the print stylesheet, so it got half-assed. I made some changes with Stylebot and it looks pretty decent now:

wvDKSSD.png


CSS changes are as follows:
Code:
#topnav, 
#nav, 
#sidebar, 
#footer, 
.social4i, 
.betterrelated, 
img { 
  display: none; 
}
 
I usually delete superfluous DOM elements using Chrome's "inspect element" feature before I print anything.

...carefully moving up through hierarchy of container elements to delete entire sections and free-up the space they occupy.
 
Status
Not open for further replies.
Back
Top