Hy Kriesi Forum,
i’ve searched this forum to find a quick css for my problem, but could not find a code, that worked for me.
I would like to create a simple table inside a text box with the html editor (the table editor from avia layout architect offers to less text design possibilities for me). I’m not a professional in html, so I copied a simple code from the web, that also allows me to change the width of the table.
I could get rid of the grey borders with a quick CSS. Unfortunately, the first row is light grey, the second row is pure white, the 3rd row ligh grey, the 4th row is white… and so on.
How can I turn off the color switching from row to row and have my table background just in pure white?
Thank you for the quick (css) response ;-)
Hi mastermaiksen!
Add this to your custom CSS.
td, table, tr { background: white !important; }
Cheers!
Elliott
Hy Elliott,
thank you! That litte code line worked perfect for me! :-)
Greetings, Maik