How I can make transparent table color?
Please Help me.
Printable View
How I can make transparent table color?
Please Help me.
Hi Gardijan,
Table is transparent if you dont specify the background color(bgcolor). So all you have to do is not specify the bgcolor properties.
Hope this helps
This might work, too.
JoshCode:<style type="text/css">
<!--
table {
background-color : transparent;
}
-->
</style>