MyBB Community Forums

Full Version: Please help - I'm amateur (Updating header)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys,

Finally got the software installed and am now trying to change my header to have my brand's logo.

Currently I've just removed the My BB logo so the coding looks like this - 

<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">Mybrandname</a>

I have uploaded the image I want to use to imgur but I have tried a heap of different ways to get it on the header and it's not working! I've tried searching this forum for the answer as well.

Can someone pleeaaaase help me??
Change:

<a href="{$mybb->settings['bburl']}/index.php">Mybrandname</a>

To:

<a href="{$mybb->settings['bburl']}/index.php"><img src="LinkToImgurHere"></a>
Thank you for the reply.

The image doesn't show up - it just shows up as a little square icon thing.

I'm using the Share Link option from imgur - https://imgur.com/iets9vK
When I use the embed in HTML code it doesn't work either?
Is it a size issue? Where am i going wrong?

Thank you.

I was able to get an image up!! Thank you so much.
You need to get the direct link to the image, which will end in .png or something for you. I can’t do it for you st the moment as I’m on my phone, but you can right click the image and get the direct link.