How to stop concrete from inserting empty paragraphs
Permalink
I noticed when I use the content block, and put some info in there, concrete puts 2 empty <p> </p> elements in there at the end of post.
Any way to stop concrete from doing this, I hate it!
Thanks in advance for your help!
Abs0lute
Any way to stop concrete from doing this, I hate it!
Thanks in advance for your help!
Abs0lute
Check this post out about valid xhtml tinyMCE output:
http://www.newmediacampaigns.com/page/how-to-produce-xhtml-10-stric...
I also find this problem extremely annoying. If you drag and drop content and then view html you'll see something like
which upon save, gets converted to:
Anyhow, if you manage to get that valid mark-up script to work, let me know - I don't have time at the moment to poke around with it.
Hope it helps!
http://www.newmediacampaigns.com/page/how-to-produce-xhtml-10-stric...
I also find this problem extremely annoying. If you drag and drop content and then view html you'll see something like
<p> <p>Your drag and drop content....</p> </p>
which upon save, gets converted to:
<p> </p> <p>Your drag and drop content...</p> <p> </p>
Anyhow, if you manage to get that valid mark-up script to work, let me know - I don't have time at the moment to poke around with it.
Hope it helps!
What's up with the code block? It inserted those <?php ?> tags by itself, is that a new feature???
Obviously, tinyMCE doesn't output PHP.
Obviously, tinyMCE doesn't output PHP.
You can use the custom toolbar feature in c5 though..
Check this information:http://wiki.moxiecode.com/index.php/TinyMCE:Configuration/forced_ro...