vForums Support > Programming & Coding :: Database of Codes/Hacks/Mods :: > Center Menu

Center Menu - Posted By Michael (wrighty) on 30th Dec 07 at 3:23am
This will center all of the menu buttons! {Smile}

Global Header


Code:
 
  1. <script type="text/javascript">
  2. /*Center Menu - support.virtualforums.co.uk*/
  3. document.getElementById('welcome_table').getElementsByTagName('td')[2].align='center';
  4. </script>
  5.  
 



CSS:

Code:
 
  1. <style type="text/css">
  2. .menu td {
  3.      text-align: center;
  4. }
  5. </style>
  6.  
 

Re: Center Menu - Posted By Dreg[Bot] (dregondrahl) on 31st Dec 07 at 6:05pm
Or CSS

.menu td {
     text-align: center;
}

Re: Center Menu - Posted By Michael (wrighty) on 31st Dec 07 at 6:05pm
 
Or CSS

.menu td {
     text-align: center;
}



yet again..
sshhhh {Tongue Out}

I knew it could be done with CSS but didn't want to! {Tongue Out}

Re: Center Menu - Posted By Marc (cr0w) on 31st Dec 07 at 6:09pm
Sure Wrighty, we believe you. {Wink} {Tongue Out}

Re: Center Menu - Posted By Michael (wrighty) on 31st Dec 07 at 6:10pm
Honest I did.

Either way I have added it! {Smile}

Re: Center Menu - Posted By [.tR] ookie1 (ookie1) on 30th Apr 08 at 9:11am
Change the title to align menu {Tongue Out} and include how to edit it for right. {Cheesy}