Jump to content

printing in black


w3study

Recommended Posts

I posted the question under Multimedia forum on 12/19, but I haven't got any reply. I am posting the issue here, hopefully could get some helps.I used <OBJECT ID = "barChart" STYLE = "background-color: #FFFFFF; width: 100%; height: 350 "CLASSID =CLSID:369303C2-D7AC-11d0-89D5-00A0C90833E6>to draw a graph on a web site.however, when I printed it out, it is all black. when I used print preview, I see the background of graph area is black. I set the background color white. My second question is when I viewed the page from another computer, the graph even didn't show up. There is just a red check mark on the top left corner of the page.the simple html could be like: <html><title>graph</title><body><h2>Graphic Object</h2><object width="200" height="200" style = background:yellowclassid="CLSID:369303C2-D7AC-11D0-89D5-00A0C90833E6"><param name="Line0001"value="setFillColor(255, 0, 255)"><param name="Line0002"value="Oval(-100, -50, 200, 100, 30)"></object></body></html>when you run this html, the yellow color is surrounding the oval shape. However when you print it out, it is black. when you use 'print preview', it shows the black around the oval shape too.Thanks a lot as always.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...