Hello,
I have a real special one again.
Let us asume I have following code:
<div class="blub>
content
</>
Now I need a switch to control the div. If I have a special field the div should not appear. So I’m building this in “good old” manner of Custom Content Shortcode:
<If field=showit exists><div class="blub"></If>
content
<If field=showit exists></div></If>
You get it - this does not work because the L&L-editor is telling me that tags must be paired.
How to fix this? I have absolutely no idea.
Regards,
Besim