Hello
I was wondering if it was possible not editing the anchor text of a link when this anchor text is also editable.
this is the code
<a href="#">
<div class="cms-editable" id="box1text">
<h2>Cemit - Mondadori</h2>
<h3>Web</h3>
<p>Aenean commodo ligula eget dolor. </p>
</div>
</a>
and this is the page http://www.mondinimultimedia.com/new/
when I'm going to edit the link in <a href="#"></a>
i lost all the format text wich is inside the nested div, also editable.
Is it possible to solve this issue or simply I cannot put an editable area inside another one?
thanks for any help