MyBB Community Forums

Full Version: Logo Issues
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://thewebfanatic.org/

I can not seem to change the logo. It was using simple <h1> before but I changed it so it would place a logo instead. When I did this, the MyBB logo showed up, but when I switched in the URL I wanted, it disappeared.

This is the code that I am using currently in my Header.

<div id="container">
		<a name="top" id="top"></a>
		<div id="header">
                        <div id="logo">
				<div class="wrapper">     
<a href="{$mybb->settings['bburl']}/index.php"><img src="http://www.4freeimagehost.com/show.php?i=217b7d7a2de0.gif" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>
</div>
                       </div>
                        <div id="header-login">
{$welcomeblock}
                        </div>
you have to use direct link to the image. why not upload logo to your MyBB files server and use it ?
Your image src is linking to a webpage, not an image.
I tried a different image as well and it did not work.
If you're linking to a webpage then it won't work. The resource needs to be an image, not a website displaying the image.
http://imageshack.us/photo/my-images/845/logomrq.png/ - not direct link to image, it's a PHP/HTML site which contains many other things

Right Mouse on the image in that site -> view image in new window -> get link
http://imageshack.us/a/img845/1423/logomrq.png - now that's direct link to image (nothing else there), put it in src
I got it too work.. but I can not figure out how to bring the image down...

Nevermind, after screwing around with .css I got it too work.