Hi,
I use modx 0.9.6.3 with tinymce
If I do:
{{chunk-call}} this results in <p>{{chunk-call}}</p> in the html source code.
I have html in the chunk, resulting in:
<p>
<div>
... more html ...
</div>
</p>
IE now takes the closing </p> and trims it to <p></p> resulting in visible space which mustn’t be there.
I tried to use custom css in tinymce, but obviously this only changes the opening p-tag, not the closing.
I tried editing the html, but when I switch back to tiny again the p-tags are there again.
Any clues how to prevent tiny from putting p-tags around the chunk-call?
Cheers
Frisco