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 vertically align text in a classic report region?

Eslam_ElbyalyJul 16 2022

Hi. I am using APEX 22.1.1.
I have a classic report region that retrieves 2 columns from the database. Data are stored through HTML Text editor page items. One column's data could be of multiple lines i.e
"a
b".
When displaying the two columns data, the second column's data are shown as vertically aligned to the middle of the cell. I need to align it to top. If I inspect the <td> element and add "style=vertical-align: top;", it's aligned to top successfully. But I do not know how to add this in page designed to that specific <td> element. It has no id, of course. How can I accomplish this?

This post has been answered by jariola on Jul 18 2022
Jump to Answer
Comments
Post Details
Added on Jul 16 2022
4 comments
1,353 views