stapel

msg:1582787 | 1:16 am on Jun 11, 2006 (gmt 0) |
You might want to provide a link to instructions on how to print pages that might be "too wide" for the printer. Many browsers allow the user to "resize to fit". And I believe all GUI browsers (so not Lynx, but just about anything else) allow for "landscape" printing. You might want to put a "Having trouble printing?" link at the bottom of your pages, leading to an explanation of how to change settings to get a good printout. Having a print-friendly alternative is nice, of course, but may be more work initially than creating the instructions page. So you might want to provide the instructions while you're working on the print-friendly versions. Just an idea.... Eliz. [edited by: encyclo at 1:28 am (utc) on June 11, 2006]
|
le_gber

msg:1582788 | 11:35 am on Jun 12, 2006 (gmt 0) |
annej, why not have the css stylesheet using percentages instead of px - in other words use a fluid layout for your print css and a fixed layout for your screen css.
|
annej

msg:1582789 | 4:26 pm on Jun 12, 2006 (gmt 0) |
I'm not doing css at all for my printable pages, just keeping it really simple. But I'm only doing printable for pages with the few widgeting patterns. Most of my sites are articles and gradually I do need to work out the css so all pages will be printable.
|
le_gber

msg:1582790 | 9:09 am on Jun 15, 2006 (gmt 0) |
annej if your site is css driven creating a print page is a 5 minute job. hide everything you don't want to print (header, nav, footer etc) and set the width of your page/wrapper to 100% - the rest should take care of itself.
|
jessejump

msg:1582791 | 2:06 pm on Jun 15, 2006 (gmt 0) |
>>>>> pages with fixed widths don't print right. What is the fixed width? Keep everything less than ~600px wide. Images and tables, divs You can test this - make a table 750px width- print 700px -print 600px - print see what happens
|
annej

msg:1582792 | 3:00 am on Jun 17, 2006 (gmt 0) |
Thanks for the info everyone.
|
vincevincevince

msg:1582793 | 3:12 am on Jun 17, 2006 (gmt 0) |
It does seem that the problem is over-wide pages.
|
|