+ 1
Transparent Table background in HTML tag
How to make a transparent background in <table> tag without using the <head> tag or inserting a internal css, because the css is not working on my box. I want to insert the code to <p> or <table> tags. (My table have a background picture)
3 Answers
+ 2
why do you want a workaround instead of solving your css problem?
use inline styles for your table...
and why does your table have a background image? I'm confused. you set it somewhere and now you want to remove it. can't be css, because you said it would not work. I'd say, just remove the image, the standard background for tables is transparent.
+ 1
Check out the code here..
https://code.sololearn.com/WReLGgnHcaoE/?ref=app
+ 1
I'm using joomla, some of my code are ignored