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 to change font size in Rich Text Editor

PhilMan2Aug 17 2023

I'm using Apex 21.2. I have a field P52_BODY Where the type is Rich Text Editor. The Format is HTML and the Toolbar is Full.

I'm using this CLOB field to generate Emails using UTL_SMTP. The Email generation is fine, but I can't seem to change the font size in the Email.

When I try to change the font size with the pull-down I see only these options: Tiny, Small, Default, Big Huge.

If I use the Big option for a specific line, it generates the following in the database column <span class="text-big">This is body line 3</span>. However that HTML has no effect on the generated Emails. I'm guessing because there's no CSS for the Email.

Is there a way to adjust the font-size pull-down to have it include numeric font sizes that it could produce something like: <span style="font-size:18px; ">This is body line 3</span> If I recall, prior versions of Apex allowed the user to select numeric font sizes. Thanks for checking.

This post has been answered by Javier P on Aug 22 2023
Jump to Answer
Comments
Post Details
Added on Aug 17 2023
10 comments
2,084 views