csiwa28
Programmer
- Apr 12, 2001
- 177
I have some text within some <div> tags and my gray background color won't print. The page will come out white. Anyone know how to fix this. I'm using IE to view/print the page.
<p>
<div style="background: #EEEEEE">
Text goes in here.
</div>
</p>
<p>
<div style="background: #EEEEEE">
Text goes in here.
</div>
</p>