Trouble with Tables Posted by Uwe Junker 09 May 2022 21:01 GMT-0000 posts: 15 Hi, im a Newbee. Im using Tiki 24.x and i try to build a table with color lines. How can i do this? The Tiki Editor build raws and coloum without line colors. I need line colors between the cell. Can everbody help with a tip please? Thanks Uwe
Posted by Jonny Bradley 10 May 2022 09:00 GMT-0000 posts: 126892 Hi @Uwe Junker, welcome! Good question, basically the answer is "yes" but also "it depends..." 😁 Do you want all the tables on your site (on the wiki pages for instance) to have the same colours? If so the way to do it is with CSS - here is an intro to table borders styling https://www.w3schools.com/Css/css_table.asp and here is how to add custom css to your tiki. If you want each table to have different colours on each page then you probably will need to use WYISWYG in HTML mode, you should be able to find some pointers to get you started here You may find it helpful to join us on Gitter chat via https://gitter.im/tiki-org/community if you have more questions. Hope that helps, welcome again!
Posted by Uwe Junker 10 May 2022 12:49 GMT-0000 posts: 15 Jonny Bradley wrote: Hi @Uwe Junker, welcome! Good question, basically the answer is "yes" but also "it depends..." 😁 Do you want all the tables on your site (on the wiki pages for instance) to have the same colours? If so the way to do it is with CSS - here is an intro to table borders styling https://www.w3schools.com/Css/css_table.asp and here is how to add custom css to your tiki. If you want each table to have different colours on each page then you probably will need to use WYISWYG in HTML mode, you should be able to find some pointers to get you started here You may find it helpful to join us on Gitter chat via https://gitter.im/tiki-org/community if you have more questions. Hope that helps, welcome again! Thanks for your quick replay and your welcome 😉 I will try this.