Hi folks,
In application I have one main report region (HTML) which has assigned 2 html sub regions. By default, subregions are positioned in vertical order (1 above the second).
I would like to display them in horizontal position, 1 next to other.
How can I do this?
Current display:
|------------------------------------|
| |
| --------------------------- |
| | SUB REPORT 1. | |
| --------------------------- |
| |
| --------------------------- |
| | SUB REPORT 2. | |
| --------------------------- |
| |
|------------------------------------|
Required display:
|-----------------------------------------------------------------|
| |
| --------------------------- ------------------------ |
| | SUB REPORT 1. | | SUB REPORT 2. | |
| --------------------------- ------------------------ |
| |
|-----------------------------------------------------------------|
Any example of required region template change would be more than helpful.
Many thanks,
Tomas