|
-
Nov 29th, 2000, 07:10 PM
#1
Thread Starter
Member
How I can make transparent table color?
Please Help me.
-
Nov 29th, 2000, 08:55 PM
#2
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
[VBF RSS Feed]
There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.
If I have been helpful, Please Rate my Post. Thanks.
This post was powered by : 
-
Nov 30th, 2000, 08:56 AM
#3
Black Cat
This might work, too.
Code:
<style type="text/css">
<!--
table {
background-color : transparent;
}
-->
</style>
Josh
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|