G
Guest
Hi, I seem to be having a problem -and I suspect I know what the problem is,
but I definatly don't know how to solve it. I realize this is slightly off
topic for IE6, but I am viewing it through IE6 and I suspect the problem is
in how IE6 tries to print what is on the screen.
I need to overlay some images and text together, and then print them, and
after dabbling around a bit with CSS I have been able to line things up
perfectly... there's just one problem. I need to print white text on a
background image, and though it displays correctly when I view the page (it's
only a local page, not on a website) it shows up as grey when I print.
I suspect that this is because a printer cannot print white, however I tried
using off-white colours such as beige and very light blue/yellow/red, and
this still does not work.
This is an example of the CSS style being used to position and edit the text
colour:
h1.badge1_name{
position:absolute;
left=9px;
top=115px;
font: 35px;
font-family:arial;
font-weight:bold;
Color: #FFFFFF; <<I have tried lots of different RBG colours.
}
but I definatly don't know how to solve it. I realize this is slightly off
topic for IE6, but I am viewing it through IE6 and I suspect the problem is
in how IE6 tries to print what is on the screen.
I need to overlay some images and text together, and then print them, and
after dabbling around a bit with CSS I have been able to line things up
perfectly... there's just one problem. I need to print white text on a
background image, and though it displays correctly when I view the page (it's
only a local page, not on a website) it shows up as grey when I print.
I suspect that this is because a printer cannot print white, however I tried
using off-white colours such as beige and very light blue/yellow/red, and
this still does not work.
This is an example of the CSS style being used to position and edit the text
colour:
h1.badge1_name{
position:absolute;
left=9px;
top=115px;
font: 35px;
font-family:arial;
font-weight:bold;
Color: #FFFFFF; <<I have tried lots of different RBG colours.
}