Black background does not print

Hello

I'll set up a Web site with a black background, but when I go to print, it becomes white.  The buttons on the page are JPEGs and black printing, but it makes it look terrible with here and there of the parties black and white remains.

Is this something the printer automatically to save ink?  What would you recommend that I do to solve this problem?

Thank you!!

A special print. CSS will have a totally different look to your Web site.

  • Change the color of black text on a white background.
  • Change the width of the page to about 600px;
  • Replace the serif font (easier to read in the press).
  • Change the size of the font in points.
  • Underline all links.
  • The value of divs containing pictures not essential, menus, ads, flash and animations on the screen: No.

IMPRESSION OF THE EXAMPLE. CSS

{body

Color: #000000;

background: #ffffff;

do-family: "Times New Roman", Times, serif;

do-size: 12pt;

Width: 600px;

}

#FlashID1 {display: none}

IMG {display: none}

#navigation {display: none}

Save as print.css and bind your HTML pages to the external style sheet.

http://ALT-Web.com/demos/DW-link-stylesheet.shtml

Nancy O.
ALT-Web Design & Publishing
Web | Graphics | Print | Media specialists
http://ALT-Web.com/
http://Twitter.com/ALTWEB
http://ALT-Web.blogspot.com

Tags: Dreamweaver

Similar Questions

Maybe you are looking for