Topic: Edit only link
Hello simpleCMS team,
I have the following markup:
<a class="edit" href="link.php">
<h2 class="edit">Lorem ipsum</h2>
<h3 class="subtitle edit">dolor sit amet</h3>
</a>
What I need is the possibility that when the user clickes the edit on the link, that he can only edit the link and not the content inside, because they are already editable. And I don't want to have seperate <a> tags around h2 and h3, this would destroy the design.
Is there a solution?
Thanks,
simon