How to create a table without changing colors for different rows?
Hi betheme team,
I added a small table to my home page (http://www.abenteuersuechtig.de/Testsystem/) but the changing color for every second row looks bad.
How can I change this? My code actually looks like this:
<table>
<style>
/* clear table css */
table tr td { background: none; }
table tr td { border: none; text-align: left; background: none; vertical-align: top !important;}
</style>
<tbody><tr><td>
....
I added a small table to my home page (http://www.abenteuersuechtig.de/Testsystem/) but the changing color for every second row looks bad.
How can I change this? My code actually looks like this:
<table>
<style>
/* clear table css */
table tr td { background: none; }
table tr td { border: none; text-align: left; background: none; vertical-align: top !important;}
</style>
<tbody><tr><td>
....
Comments
please take a look at http://forum.muffingroup.com/betheme/discussion/comment/1755/#Comment_1755 where we explained how to reset styles for table that comes with theme.
Thanks!