damienmeral2 Posted February 23, 2016 Share Posted February 23, 2016 (edited) Hi guys, FIsrt I tried out to search a solution on the forum. I'm currently trying out to design a table in cms (http://alicoco.fr/content/5-paiement-securise) : <table class="beauvert" style="height: 23px; width: auto; margin-left: auto; margin-right: auto; background-color: rgba(132, 185, 8, 0.8); border-radius: 10px;" cellpadding="5"> ..... </table> it works fine on the preview in the back office, BUT, when I clic on register, the part background-color: rgba(132, 185, 8, 0.8); border-radius: 10px;" cellpadding="5" just disapears and I don't understand how to fix it : I tried to remove "escape HTML"s on TPLs, change TYPE_STRING to TYPE_HTML on classes, but still the same (I don't know how to put these propreties in the beauvert class on global.css instead either ) --- I also tried to code <form><fieldset>...</fieldset></form> and it's worse : text on it is erased with it when saving ... Is that a bug a a function ? thanks problem is when I Edited February 23, 2016 by damienmeral2 (see edit history) Link to comment Share on other sites More sharing options...
damienmeral2 Posted February 23, 2016 Author Share Posted February 23, 2016 Self answered (could help someone else) go to advanced settings / performance, then uncheck html purifier while updating your cms Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now