I use CMS made simple to build a web site, but when I paste a code to make boxes with rounded corners in html in the text editor TinyMCE the code disappear when I save. Very strange. How can I fix this? Green rep to good answers
Maybe the CMS your using doesn't allow code to be placed in it, you should try editing the templates.
Its only one page on the site that I need the boxes on. Cant edit the templates for that. Here is the html that I paste in. After save the classes are gone: <div class="rbroundbox"> <div class="rbtop"><div></div></div> <div class="rbcontent"> <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Duis ornare ultricies libero. Donec fringilla, eros at dapibus fermentum, tellus tellus auctor erat, vitae porta magna libero sed libero. Mauris sed leo. Aliquam aliquam. Maecenas vestibulum.</p> </div><!-- /rbcontent --> <div class="rbbot"><div></div></div> </div><!-- /rbroundbox -->