navavil (AT) netvision (DOT) net.il (navavil) wrote:
Quote:
I used some css class in my web page for graphic design (with url),
now when I am sending the page to printer all the background images are gone )-: |
By default many browsers don't print background images or colours.
This is irregardless of whether the background is specified in CSS or
HTML. You can turn on the printing of backgrounds in your browser
settings and so can your users but you, as an author, can not force
your users to do so.
You'll probably want to make a print stylesheet that provides an
attractive print presentation that does not rely on backgrounds. You
can also use the print stylesheet to do things like suppress styles
for links (which means nothing when printed - can't click a piece of
paper) and maybe totally hide portions of the page (advertising,
navigation, etc.).
Steve
--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor
Steve Pugh <steve (AT) pugh (DOT) net> <http://steve.pugh.net/>