vForums Support > Programming & Coding :: Code Requests & Support :: > Center News Title

Center News Title - Posted By Jedi Slayer (jedislayer) on 20th Mar 09 at 5:50pm
I was able to center all the board names but the "News" Title says left Justfied. It looks really odd. IS there something I am missing to get that to move or can some one make a code for me?

Again thank you in advance for your assistance it is very much appreciated.

http://swlounge.virtualforums.co.uk/

Re: Center News Title - Posted By Nick (nickb) on 20th Mar 09 at 6:19pm
Try this:

Code:
 
  1. <style>
  2. .title1 {
  3.     text-align: center;
  4. }
  5. </style>
 


Just to show you: http://dmtesting.vforums.co.uk/

Re: Center News Title - Posted By Jedi Slayer (jedislayer) on 20th Mar 09 at 7:38pm
Perfect thank you.

Re: Center News Title - Posted By Nick (nickb) on 21st Mar 09 at 5:16am
You're welcome {Smile}