Posted by ludo1960 on November 30, 2009 at 11:27pm
Jump to:
| Project: | Framework |
| Version: | 6.x-2.6 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (works as designed) |
Issue Summary
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
#1
Use this module ;) http://drupal.org/project/table_altrow
#2
You need to also write CSS styling for tr.even and tr.odd with the desired background colors, or use the module mentioned above.