Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How do I avoid blank lines in the Rich Text Editor

PhilMan2Jan 24 2021

I'm using Apex 19.1 with a version 18.0.0 database. They are installed on a Windows 10 server. I have an application screen that contains a rich text editor field. That field stores the data in a CLOB field in the database.
Whenever the user presses a return key (hard return), Apex adds a blank line after the return. When I look at the data using SQL Developer, the line of data is embedded with a <p> and </p>. It seems that the <p> is forcing the unwanted blank line. Is there a way to adjust the Rich Text Editor or CSS to avoid inserting a blank line after every carriage return?

This post has been answered by jariola on Jan 25 2021
Jump to Answer
Comments
Post Details
Added on Jan 24 2021
2 comments
578 views