how to block from adding layer inside another layer

  •  10-15-2009, 11:47 PM

    how to block from adding layer inside another layer

       hi all
     
       is it possible for me to block adding layer inside another layer in cuteeditor ?
     
       example :
     
       <div styles:''>123</div>   <div styles:''>234</div>, this is ok for me
       <div styles:''>123<div styles:''>234</div></div>, but this will giv me trouble
     
       so can i block it ?
     
       thanks
View Complete Thread