..oO(Gumbo Al)
Quote:
I put a div in a table cell and create a css style
div class='blue_box'
This style allows me to secify the color of my blue box. Then create other
styles that allow me to puy tiny images at each corner to get the illusion of a
tabe cell with rounded corners. I also create styles that control the
appearance of the text inside the div. When I view the page in the browser it
looks perfect. When I print the page I get no background or corner images. |
This is a browser setting. Check your print preferences.
Quote:
Any
text prints black regardless of what color is speced by the CSS style. What can
I do to get my print outs to match my screen? |
Enable image and background printing in your browser and use a printer
stylesheet (or simply your main stylesheet for both 'screen' and 'print'
media).
Micha