Jump to content

rouge

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by rouge

  1. hi,

    I defined my own style like:

    { 
       name: 'Blockelement', 
       element: 'div', 
       attributes: { 'class': 'block' } 
     } 

    now when I add two blockelements one after an other then the divs getting nested after a save like:

    before save:

    <div class='block'> test </div>
    <div class='block'> test </div> 

    after save:

    <div class='block'> test 
    <div class='block'> test </div>
    </div> 

    Does somebody has an idea what's going wrong?

  2. I think I've read it somewhere but I can't find it again.

    How can I protect file access from the assets-directory? So that just a user who can see the page, can view the attached files?

    thx

×
×
  • Create New...