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?