MyBB Community Forums

Full Version: Need Help Adding Banner To Forum
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I go about adding a banner to my forum I went to Edit Theme Properties add the link to my banner http://www.thepictures.us/images/lzidmvmd3xzqhdotk5.gif and it did nothing what did I do wrong
Want to change the logo?

1. Upload an image to the server to the directory with your theme.
2. Go to ACP -> Styles -> Edit style used by you -> the "Board" Logo "enter the path to the image - make sure it is correct.
What server are you talking about
The server that you have your forum.
Can I just use the link I posted
Yes, you can enter in this field such as the link http://www.thepictures.us/images/lzidmvmd3xzqhdotk5.gif
So now what do I need to do what txt do I edit
Go to ACP -> Styles -> Edit style used by you -> the "Board" Logo Enter a link for example http://www.thepictures.us/images/lzidmvmd3xzqhdotk5.gif -> Save settings.
I finally got it how do I center the banner with out centering the txt in threads to
Want this banner now center ...

Go to globall.css and add in advanced mode:
.logo {
text-align: center;
}