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>
....

Comments

Sign In or Register to comment.