Align Menu Items Code:

Global Header:

<script type="text/javascript"><!--
// valid alignments are left, right, and center
document.getElementsByTagName("td").item(5).align = "left";
//--></script>

Code Database:

If you have a Code Database (a forum that serves as a collection of scripts) on your message board, you may paste the following code into that forum to add it your own code list.

[b]Title:[/b] [url=http://proboards.gamingmedley.com/codes/align-menu-items.html]Align Menu Items[/url]
[b]Creator:[/b] Unknown
[b]Cross-Browser:[/b] Yes
[b]Placement:[/b] Global Header
[code]<script type="text/javascript"><!--
// valid alignments are left, right, and center
document.getElementsByTagName("td").item(5).align = "left";
//--></script>[/code]