Support Forums

Full Version: I have a problem with myBB
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey Support forums,

As the title says there is a little problem I have with my myBB board.It is a little too plain "maybe" to explain,but again I am a started at boards,and website creating so I need a little help.

My logo is by default on the left side.From where can I edit it to put it at the center?

Thank you for your answers Smile.
Go to adminCP -> Templates > header template > header > and find
somthing similar to that;
Code:
<logo>

and put it inside the <center> tags like that;

<center><logo></center>

Best regards
(10-06-2009, 05:13 AM)immi Wrote: [ -> ]Go to adminCP -> Templates > header template > header > and find
somthing similar to that;
Code:
<logo>

and put it inside the <center> tags like that;

<center><logo></center>


Best regards

Thank you very much brother.
You were very helpfull.
Thanks,it worked.
u can use the align tag
note : firstly u have to upload ur logo in a free hoster ex=www.my3gb.com and then.


<div align="center">ur logo link</div>
No, you don't have to upload your image to a free host. Just upload it to your forum. I always upload to /images. You have any other questions OP?