This seems to be a very common problem, and so far no-one (that I have found) has found a decent solution to it.
I have tried installing various wpautop/tinymce plugins, and so far I have only been able to remove P tags around EVERYTHING - which is obviously not ideal.
I just don't understand why Wordpress can't just output what you insert into the editor - does anyone here have any solutions to this?
Basically, I want to do this (just as an example):
<img src="myimage.jpg"/> <p>some text</p>
however wordpress does this (note the additional P tags around image):
<p><img src="myimage.jpg"/></p> <p>some text</p>
Any help much appreciated!
thanks
James
This post has been edited by Renaissance-Design: 18 January 2012 - 02:52 PM
Reason for edit: Please use the code button or tags to format your code.
Help



















