Regions same height
Hi there,
I'm running apex 4.1 on a 11g database and i'm trying to put 2 regions side by side and i wan't to make them the same height.
I observed that each #REGION_POSITION# creates a table in the HTML of the page and each column set in the region creates a new <TD> tag.
Each region defined whitin the column is represented by some <DIV>s set un in the template.
The problem is that with this aproach i can't set my regions set in column 1 and column 2 to be the same height.
Does anybody know how i can achieve this thing?
My ideea was to create a new #REGION_POSITION# display point and set it so that each column in the region definition will create it's own <TD> on the same row, But i am unable to achieve thie because i can'f find how to create a new #REGION_POSITION# display point.
I've also tried to modify an existing display point, but i can't find anywhere how to modify the <TABLE> created by the region on the page.
Thank you.