Support Forums
I have a problem with myBB - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Webmaster Support (https://www.supportforums.net/forumdisplay.php?fid=36)
+---- Forum: Forum Software Help (https://www.supportforums.net/forumdisplay.php?fid=49)
+---- Thread: I have a problem with myBB (/showthread.php?tid=340)



I have a problem with myBB - Notorious Mental - 10-06-2009

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.


RE: I have a problem with myBB - immi - 10-06-2009

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


RE: I have a problem with myBB - Notorious Mental - 10-06-2009

(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.


RE: I have a problem with myBB - Akshay* - 10-08-2009

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>


RE: I have a problem with myBB - Grizzly - 10-11-2009

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?