Hello community, how can I create tables that would have different background colours for odd and even table rows with the new WYSIWYG (like it was in old vers.1.0 Syntax .wiki-table?). Or is there the appropriate macro? Best Regards, Alla ----- Best Regards, Alla -- View this message in context: http://xwiki.475771.n2.nabble.com/Table-styles-tp5534521p5534521.html Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi Alla, On 09/15/2010 05:09 PM, adoro wrote:
Hello community,
how can I create tables that would have different background colours for odd and even table rows with the new WYSIWYG (like it was in old vers.1.0 Syntax .wiki-table?). Or is there the appropriate macro?
Currently you can't do this from the WYSIWYG editor. You have to switch to source and manually add the required class names to the table: (% class="wiki-table" %) |=A|=B (% class="table-odd" %)|1|2 (% class="table-even" %)|3|4 (% class="table-odd" %)|5|6 Hope this helps, Marius
Best Regards, Alla
----- Best Regards, Alla
participants (2)
-
adoro -
Marius Dumitru Florea