Transparent Table background in HTML tag | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 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)

2nd Jun 2017, 12:50 AM
Jonhel
3 Réponses
+ 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.
2nd Jun 2017, 4:24 AM
Mario L.
Mario L. - avatar
2nd Jun 2017, 1:24 AM
Calviղ
Calviղ - avatar
+ 1
I'm using joomla, some of my code are ignored
5th Jun 2017, 8:51 AM
Jonhel