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!

Change Navigation Menu to be Left Aligned

781850Nov 24 2010 — edited Feb 22 2011
I am using Theme 5 and the Navigation Bar Menu is Right Aligned and I want to make it Left Aligned. The page template script is as follows:

<table summary="" cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td valign="top">#LOGO##REGION_POSITION_06#</td>
<td width="100%" valign="top">#REGION_POSITION_07#</td>
<td class="t5NavBar" valign="top">#NAVIGATION_BAR##REGION_POSITION_08#</td>
</tr>
</table>


I tried adding align="left" to the last td column above but it did nothing. Is it possible to make it left aligned?

Thanks,

Chris
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 22 2011
Added on Nov 24 2010
4 comments
867 views