Wells-it.com - Web Hosting

How can I make my site printer friendly?

You are viewing this site as a guest. Join our community to get your questions answered and share knowledge. Active members may advertise and ask for a website critique.

They have: 31 posts

Joined: Apr 2003

I need to know how to set my site up where users can make it printing friendly.
Here is the site:

http://www.algoresupportcenter.com/

Roo's picture
Developer

She has: 836 posts

Joined: Apr 1999

Well...one option is to create print friendly pages that have black text on white background. For the print versions I'd use a larger font size and not in bold.

Personally I have my prefrences set to not print backgrounds/images, so were I to try and print this out with it's white text, I'd see nothing.

As an aside........all of that bolded white text is very, very, hard to read. (Unless Al Gore wants to target the young and very and sharp sighted?)Confused

Renegade's picture
Moderator

He has: 2,944 posts

Joined: Oct 2002

You can use CSS to create a print friendly page.

Me, I've used CSS together with PHP to create a print friendly site.

Cheng Eu Chew - Renegade
Download:
- Mozilla, Firefox
- Opera
This post may contain peanut traces

Suzanne's picture

She has: 5,512 posts

Joined: Feb 2000

CSS is the easiest way -- you simply create a print stylesheet that hides all the pieces you don't want to print and set the display to white background, black text.

http://www.alistapart.com/stories/goingtoprint/ may be of help.

The only problem with this is if someone wants to print the site as it looks in the monitor (for contest entries, to demonstrate a problem, et cetera).

I get around that problem by using screenshots instead.