blackmamba11
IS-IT--Management
When i print a picture in active x, the backround turns black.
The simple html will be like:
<html>
<title>graph</title>
<body>
<h2>Graphic Object</h2>
<object width="200" height="200" style = background:yellow
classid="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, on the web page, you will see yellow color surrounding the oval shape, however when using print preview, it shows the black around the oval shape. The printing is black too.
The simple html will be like:
<html>
<title>graph</title>
<body>
<h2>Graphic Object</h2>
<object width="200" height="200" style = background:yellow
classid="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, on the web page, you will see yellow color surrounding the oval shape, however when using print preview, it shows the black around the oval shape. The printing is black too.