Code disappear on save

Discussion in 'HTML & Website Design' started by login, May 22, 2008.

  1. #1
    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 :)
     
    login, May 22, 2008 IP
  2. Darkness

    Darkness Peon

    Messages:
    377
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Maybe the CMS your using doesn't allow code to be placed in it, you should try editing the templates.
     
    Darkness, May 22, 2008 IP
  3. login

    login Notable Member

    Messages:
    8,849
    Likes Received:
    349
    Best Answers:
    0
    Trophy Points:
    280
    #3
    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 -->
     
    login, May 22, 2008 IP