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?