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!

APEX 18.2 -> 20.2 font display when using <span style = ....

Srini-SJun 1 2021

I have a display only page item for which I derive the text to be used in a pl/sql block by concatenating few other page items' values and strings. I finally add <span style .... to it so that the display is in the required style.
Example : :P18_VALID :='<span style="color:green;font-weight:bold;font-size:13px">'||:P18_MRI || ' is already associated to ' || LV_ORG||'</span> ';

This worked well in 18.2. i.e. Data was displayed in read only mode in green colour , 13 px font.
When we imported this application in 20.2, we noticed that the display of the page item is neither in the green color, but the actual text displayed itself is <span style="color:green;font-weight:bold;font-size:13px">'||MRI_
xxxx|| ' is already associated to ' || XXXX ||'</span> .
Ideally, it should display MRI_xxxx is already associated to XXXX in green colour in bold..

Any ideas what can correct this behaviour please?

Comments
Post Details
Added on Jun 1 2021
0 comments
603 views