When I add code in CKEditor in the 'Source' tab CKEditor wraps it in a <p> tag.
For instance, adding in the source:
<img src="../images/Company-Logo1.gif" alt="" />
results in:
<p>
<img src="../images/Company-Logo1.gif" alt="" />
</p>
How can I stop CKEditor adding in the <p> even when adding custom html in the Source?
For instance, adding in the source:
<img src="../images/Company-Logo1.gif" alt="" />
results in:
<p>
<img src="../images/Company-Logo1.gif" alt="" />
</p>
How can I stop CKEditor adding in the <p> even when adding custom html in the Source?