I am using CKEditor and what it does is add by default a <p> at the beginning of the content.
Even if I set enterMode to be <br/>, it will only affect what the Enter key does, and keep the starting <p>.
The problem I have with that is that if a text starts with an <img> tag, it will wrap the <p> around that and the float:left on the image has no effect anymore.
How can I stop the default <p> from showing please?
Was looking for the answer to this question also and found this link helped: http://cksource.com/forums/viewtopic.php?f=11&t=15467&hilit=prevent+%3Cp%3E
So adding this to your config.js file works: