MyBB Community Forums

Full Version: Logo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
A person made me a logo... heres the code: http://i1021.photobucket.com/albums/af33...r_logo.jpg

How do I make this my footer logo?
add the HTML code for the image into the footer?
A logo is usually in the upper left hand side of the screen. To add it in the footer go to:
ACP>Templates And Styles>Templates>Your current theme>expand>footer

Then add code to the bottom of the page put it at the bottom of the code.

For a logo up in the upper left hand connor go to ACP>Templates And Styles>Current theme>find logo and put the link you posted in the logo box.

I hope this helps!
OK, I tried that, but it just shows the image url
What code did you put in...?? It's just HTML for an image.

<img src="http://urlhere.com" alt="" />
its just an html link (the code)
A HTML link isn't going to display an image, an image needs the <img> tag.
Thanks, this is solved Smile