Tagged: cell, Color, table, transparent
Hi,
All I’m wanting to know is when creating a table using the advanced layout, is it possible to have all the cells transparent.
I’ve looked all the posts here for a solution but couldn’t find one. Most are for the price table.
Thanks
Hi Snerp!
If you are referring to a normal HTML table, then something like this may do the job:
table td, table tr{
background: transparent !important;
}
Regards,
Josue
Hi Josue,
That code sort of worked, the table is now all white, which ok with me, I just didn’t want every other row white.
Thanks