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 trialAlejandro Ruiz
1,813 PointsSo when im looking at my print preview, part of my border is being displayed on the page before it. Any idea why?
So when im looking at my print preview, part of my border is being displayed on the page before it. Any idea why?
1 Answer
Jonathan Grieve
Treehouse Moderator 91,253 PointsI'm afraid I'd need to see more of your code before I can help with anything specific. But it sounds to me like an issue with the way your browser is interpreting where a page break ends and starts with its print preview. You can try and change this with CSS in the same way you'd change styling in a browser.
Or maybe remove something else in a print stylesheet that might be taking up unnecessary space. It might make things look better in print preview, but then the best way to test this out is to print a page also.