Hello,

I'm not a CSS buff and think this should be easy, I've got a custom table and applied class="odd" and class="even" to the TR tags but I don't see zebra stripping! Anybody any ideas?

Thanks

Comments

kaido.toomingas’s picture

andregriffin’s picture

Status: Active » Closed (works as designed)

You need to also write CSS styling for tr.even and tr.odd with the desired background colors, or use the module mentioned above.