Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS

Why can't I print webpages on Treehouse website without losing style?

I came across this article and wonder if this is the reason webpages of Treehouse website don't present with style as seen whenever I want to print certain pages such as current track, course path, etc.

https://css-tricks.com/print-stylesheet-approaches-blacklist-vs-whitelist/

Is there a way to print pages here without losing style? Or, is it because information such as course lists and tracks considered proprietary information so I am not supposed to be able to do so?

Thanks.

1 Answer

HTML deals with content, CSS with presentation so I don't think the issue is proprietary information as you end up getting the content anyway but stripped out of its visual aids. I believe this is to offer a better experience on paper. That being said, Chrome Web Developer allows you to ignore print styles as seen here and here.