Empty tags
-
How would I write content with the shortcodes or how can I prevent this editor to add unwanted tags when my client switches between text editor and visual editor?
What I put into text editor looks like this:
[div id="something"]<h4>Some title here</h4> ... more content.... [end-div]
It produces this in my source code:
<div id="handelsplan-definition"></p> <h4>Was ist ein Handelsplan?</h4>....
It doesn′t matter if I put the shortcodes and the titles side by side or under each other. In case of titles, it′s </p>, in other cases it′s <br /> which at least doesn′t throw validation errors. Any solution for this?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Empty tags’ is closed to new replies.