• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Is it possible to have a transparent background with a table?

MainFramed

Diamond Member
As you see here i have a table which im writing on.....but there is an image behind it i would like to see through the table, but be able to veiw the text. is this possible?
 
Yea its possible.

Make sure there is no BACKGROUND="..." in the <TABLE ...> tag.

Or if you need to have on, set it to a transparent .GIF file.
 
im using dreamweaver, and where it says "background" there is no option for Transparent...and transparent.GIF doesnt work. is there some kinda code, or way i can edit the code myself to make it transparent, or just a way in Dreamweaver?
 
Originally posted by: MainFramed
im using dreamweaver, and where it says "background" there is no option for Transparent...and transparent.GIF doesnt work. is there some kinda code, or way i can edit the code myself to make it transparent, or just a way in Dreamweaver?
Set the background to nothing .. it's a red slash or something.
 
Back
Top