Client wants website to be printable - after it's designed!
I could rag on this client for letting me build the site and not mentioning this until it's already done but that won't solve the problem.
Essentially the site is already pretty much done. I designed it with very small monitors 800x600 in mind with centered tables 750 pixels wide.
Most browsers will automatically resize a page to print but, of course, iExp on Windows doesn't seem to do this.
Any suggestions? This is going to be a pain in the neck if I have to do the thing over again.
Suzanne posted this at 22:48 — 21st November 2003.
She has: 5,507 posts
Joined: Feb 2000
Did you use standards and set everything in the CSS? (doesn't matter if you used tables or not, only that the width, et cetera is set in the CSS).
cordedpoodle posted this at 23:58 — 21st November 2003.
They have: 160 posts
Joined: Mar 2002
No I didn't use CSS to set the table sizes.
Renegade posted this at 01:57 — 22nd November 2003.
He has: 3,022 posts
Joined: Oct 2002
Sounds to me like you need to redo most of the site using CSS and make a print stylesheet.
On a side note: Are you getting paid by the hour? If you are then its the clients loss...if not then...:S
cordedpoodle posted this at 07:11 — 1st December 2003.
They have: 160 posts
Joined: Mar 2002
[email protected]
http://www.alogical.com
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
Renegade posted this at 09:54 — 1st December 2003.
He has: 3,022 posts
Joined: Oct 2002
What I do is put as much as I can into classess, ID and stuff and make different stylesheets for it.
I do that for all of my sites, a perfect example would be NetHelp
Suzanne posted this at 15:43 — 1st December 2003.
She has: 5,507 posts
Joined: Feb 2000
http://www.alistapart.com/articles/goingtoprint/ will help, I hope!
cordedpoodle posted this at 21:41 — 1st December 2003.
They have: 160 posts
Joined: Mar 2002
Thanks you guys. This is a problem you'd think everyone would have come up against. But I've looked around and very few sites print on iExp on windows correctly.
[email protected]
http://www.alogical.com
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
cordedpoodle posted this at 21:43 — 1st December 2003.
They have: 160 posts
Joined: Mar 2002
Here's a very interesting solution:
http://www.richdoughty.net/
Suzanne posted this at 23:43 — 1st December 2003.
She has: 5,507 posts
Joined: Feb 2000
... did you read the article?
The problem is that you can't create a simple print version with stylesheets if you don't create the site with stylesheets in mind. Both require expertise that is much different from table-based development.
Using a server-side solution to choose the stylesheet isn't unique, nor does it alleviate the need for the site to be stylesheet-compatible in the first place.
cordedpoodle posted this at 05:18 — 5th December 2003.
They have: 160 posts
Joined: Mar 2002
Suzanne,
I'm ending up doing it over completely. I learned enough from the links to do a quick and dirty version. So far it's been working fine.
I'm actually having fun. This is more like quark in a way. Think I'm hooked on it.
Thanks for the help.
[email protected]
http://www.alogical.com
_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/
andy206uk posted this at 13:24 — 9th December 2003.
He has: 1,758 posts
Joined: Jul 2002
I believe there are plenty of perl and php scripts available that will strip a page of any non text content and leave you with a printer freindly page.
Try here:
http://www.hotscripts.com/CGI_and_Perl/Scripts_and_Programs/Content_Management/more3.html
Andy
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.