SitePoint Sponsor |
|
User Tag List
Results 1 to 7 of 7
Thread: Printing Page Elements
-
Feb 27, 2007, 04:26 #1
- Join Date
- Nov 2006
- Posts
- 13
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Printing Page Elements
I’m creating a web site with lots of background images and solid images. My client have a big issues with printing the pages, by default background images does not print, we have change the browser setting to print all images, however this is a bit much when asking visitors to change their settings. I need a easy solution on how to print pages with all the elements.
Anyway one know how to get this done?
-
Feb 27, 2007, 04:44 #2
- Join Date
- Jan 2004
- Location
- The Kingdom of Denmark
- Posts
- 2,702
- Mentioned
- 7 Post(s)
- Tagged
- 0 Thread(s)
It's impossible.
The closest solution is to add all the images using IMG (i.e. no background images), and position them by using CSS. Even then, users can chose not to print the images - and as such, forcing them to print the images is a total lack of respect for the user, and complete idiocy.
-
Feb 27, 2007, 05:02 #3
- Join Date
- Nov 2006
- Posts
- 13
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I agree, and tried explaining that to my client. Rebuilding the template is not an option.
I think I should create PDF's and have that as download option, users can then choose what they want to do with it.
Any other ideas?
-
Feb 27, 2007, 05:24 #4
- Join Date
- Nov 2004
- Location
- Ankh-Morpork
- Posts
- 12,158
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Background images must not convey important information, since they are specified in CSS, not HTML. Thus it shouldn't matter whether or not they are printed out.
If the images convey important information they should be in the markup, using IMG or OBJECT elements. And there should be good text equivalents for them, because no matter how much you wish it to be otherwise, lots of people will disable printing images because it uses too much ink.Birnam wood is come to Dunsinane
-
Feb 27, 2007, 06:13 #5
- Join Date
- Nov 2006
- Posts
- 13
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Thank you,
I'm well aware of all the issues and the site validates perfectly.
The client does not understand why the printed version does not correspond to the web version.
Thanks for the effort!
-
Feb 27, 2007, 06:36 #6
- Join Date
- Nov 2004
- Location
- Ankh-Morpork
- Posts
- 12,158
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
You may try explaining to them that Web and print are two very different media. On the Web you don't have full control over appearance. All you can provide is hints, of which browsers may or may not take notice. That also applies to printed Web content, of course.
Birnam wood is come to Dunsinane
-
Feb 28, 2007, 01:35 #7
- Join Date
- Feb 2006
- Location
- Bedford, UK
- Posts
- 1,687
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Also that his users will be grateful for the saving in printer ink that not printing background images will give them.
Bookmarks