Fashionist Posted October 13, 2014 Share Posted October 13, 2014 Hi all, when I design a table in cms page I can see various boards. But when I save it and I go to the page of the site I have not boards. Why this? I have attacched a picture. Thanks all Link to comment Share on other sites More sharing options...
nutxlago Posted October 13, 2014 Share Posted October 13, 2014 Fashionist, check if html purifier library is on, it can be deleting your table formatting. Preferences > General > Use Html Purifier Library Link to comment Share on other sites More sharing options...
DrunkBug Posted October 13, 2014 Share Posted October 13, 2014 Are you using a bootstrap theme? If so, add class="table table-bordered" to your table element. Link to comment Share on other sites More sharing options...
Fashionist Posted October 13, 2014 Author Share Posted October 13, 2014 Fashionist, check if html purifier library is on, it can be deleting your table formatting. Preferences > General > Use Html Purifier Library I have tried but not solve it. Are you using a bootstrap theme? If so, add class="table table-bordered" to your table element. No I'm using a premium template. Link to comment Share on other sites More sharing options...
DrunkBug Posted October 13, 2014 Share Posted October 13, 2014 I have tried but not solve it. No I'm using a premium template. It's your theme's styling. Customize your CSS files to fit your needs. Also, even if it's Premium theme, maybe it's still based on bootstrap, this way my solution should work also. Link to comment Share on other sites More sharing options...
Fashionist Posted October 13, 2014 Author Share Posted October 13, 2014 It's your theme's styling. Customize your CSS files to fit your needs. Also, even if it's Premium theme, maybe it's still based on bootstrap, this way my solution should work also. Yeah it works! Thanks!!! Another thing: how can I put a paragraph space? If I push enter I can't see the paragraph space on cms page. I hope that you have understand my problem.... Link to comment Share on other sites More sharing options...
DrunkBug Posted October 13, 2014 Share Posted October 13, 2014 Yeah it works! Thanks!!! Another thing: how can I put a paragraph space? If I push enter I can't see the paragraph space on cms page. I hope that you have understand my problem.... Maybe try to press Shift+Enter? It will create <br /> (line break) tag instead of <p></p> (paragraph) tag. Link to comment Share on other sites More sharing options...
Fashionist Posted October 13, 2014 Author Share Posted October 13, 2014 Yes it works!!! Thank you!!!!!! Very helpful! Link to comment Share on other sites More sharing options...
Recommended Posts