vForums Support > Programming & Coding :: Code Requests & Support :: > Help with Menu in banner

Help with Menu in banner - Posted By RuhRoe (mezorro) on 11th Feb 10 at 11:26pm
Code:
 
  1. <style type="text/css">
  2. #welcome_table .background {visibility:hidden;}
  3. #welcome_table .menu font {
  4.      position: absolute;
  5.      top: 100px;
  6.      left: 405px;
  7. }
  8. </style>
 


I am using that and I want to know how to center it. I've tried <center> and the margin center one.

Thanks. {Smile}

Re: Help with Menu in banner - Posted By Michael (wrighty) on 11th Feb 10 at 11:34pm
Did you modify your welcome table template? That's the easiest way to do this! {Smile}

Re: Help with Menu in banner - Posted By RuhRoe (mezorro) on 11th Feb 10 at 11:41pm
So just add <center></center>?

I did and I think it works. Thanks {Smile}

EDIT: At school when I view this at full screen, it moves over. Why is it doing that? It still isn't centered?