navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

background image won't print

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Dreamweaver Help >> background image won't print
Page: [1]
 
jlbettencourt

 

Posts: 2
Joined: 2/5/2008
Status: offline

 
background image won't print - 2/5/2008 11:11:19   
ok, so i have been give the responsibility of maintaining my company's website. i've never done this before and i have no clue what was used to modify the website before, but i'm using dreamweaver cs3 now. everything looks good, but when i go to print the page out of ie7, none of the background images or colors print. i know most people probably aren't printing my company's webpage, but i would like these to show up anyways and i have no clue where to start. help!!!

www.whelanassociates.com/index_sample.html
Tailslide

 

Posts: 5771
Joined: 5/10/2005
From: Out here on the raggedy edge
Status: offline

 
RE: background image won't print - 2/5/2008 11:17:14   
You can't control whether background images are printed or not - that's a user thing. They can set their printer to print background images but most don't know how and those that do won't because it's a waste of printer ink!

If you want your logo to appear then what I do is to produce a simpler print version of the logo, add it into the markup on the page at the top but with a class of "printlogo". Then I add it into the stylesheet like this:

img.printlogo {display:none;}


which will hide it from normal view. Then I add a print stylesheet which shows it:

img.printlogo {display:block;}


The print stylesheet is added to the page under your normal stylesheet like this:

<link rel="stylesheet" type="text/css" media="print" href="print.css"  />


The other alternative would just be to have the logo bit of the top background image as an actual image in the markup - probably better and more semantic way of doing things. Then unless the user has their printer set up to block all images - it will print.

_____________________________

"My strategy is so simple an idiot could have devised it"
Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project

(in reply to jlbettencourt)
swoosh

 

Posts: 1348
Joined: 5/18/2002
From: Beaver Falls, PA
Status: offline

 
RE: background image won't print - 2/5/2008 11:18:04   
Turn on that feature by going to TOOLS within the browser and INTERNET OPTIONS. Select the ADVANCED TAB and then scroll down to the printing section. You will see the option for print background image and colors.

Welcome to Outfront

P.S. Tails suggestion would be a better fit if you want your visitors to print your logo.

_____________________________

Swoooosh
Just Do It!


(in reply to jlbettencourt)
jlbettencourt

 

Posts: 2
Joined: 2/5/2008
Status: offline

 
RE: background image won't print - 2/5/2008 11:26:36   
i didn't realize it was a browser thing...duh. Thanks!!!

(in reply to jlbettencourt)
Page:   [1]

All Forums >> Web Development >> Dreamweaver Help >> background image won't print
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts