Change Navigation Menu to be Left Aligned
781850Nov 24 2010 — edited Feb 22 2011I 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