MyBB Community Forums

Full Version: How do I change the site from txt to logo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Well, my site doesn't have a logo. I'm not sure how to change this. It just has txt for the logo.

http://www.minikin.us
Provided you have a logo saved in your images directory as logo.png

Edit your header template where it says

<div class="header">
			<h1><a href="http://minikin.us/index.php">Minikin</a></h1>

			<div class="clear"></div>
		</div>

Change it to

<div class="header">
			<img src="http://minikin.us/images/logo.png"/>

			<div class="clear"></div>
		</div>

You may need to add a surrounding <div> to your img and style it in your global.css file