Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to print table with color.

Status
Not open for further replies.

UGrad

Programmer
Oct 15, 2002
40
CA
Hi,
I think my question is more like a HTML question.

I have a table with color background on my ASP page. And when i try to print this table, it doesn't show any color on paper. Is there a way to print table with color? I tried to use a jpg as the background for my table and it didn't work either.

 
if you're the only one that needs to see the color and you're using Internet Explorer then go to Tools>internet options>advanced> under printing check off print background colors and images
 
[tt]

Here's a table with rows in yellow:

<table width=&quot;100%&quot; border=&quot;0&quot;>
<tr bgcolor=&quot;#FFFFCC&quot;>
<td> </td>
<td> </td>
</tr>
</table>

winlogo.gif
cool.gif

ASP Questions? go to:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top