Hi,
I would like to know if it is possible to edit or remove the paragraph tag which comes with the output of the data. I want to get the data from my database within my own styled paragraph which. At this moment it returns the data into two paragraph tags (my own <p> and the ckeditor <p>).
Example:
The point is I don't want the <p> tag around the "test" because I already use a <p>
Greets
I would like to know if it is possible to edit or remove the paragraph tag which comes with the output of the data. I want to get the data from my database within my own styled paragraph which. At this moment it returns the data into two paragraph tags (my own <p> and the ckeditor <p>).
Example:
<p class="introduction"> <p>test</p> <a class="more" href="news.php?id=3">More »</a></p>
The point is I don't want the <p> tag around the "test" because I already use a <p>
Greets