MyBB Community Forums

Full Version: Make .logo header image clickable?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
let me see whether i could explain this...  Big Grin

ACP >> Templates >> Header Templates >> header


Find this part....

<div id="logo">
<div class="wrapper">
</div>
</div>


Change that as....

<a href="http://promoparkforum.com/index.php">
<div id="logo">
</div>
</a>
That works! Thanks a ton mmadhankumar! Smile
Pages: 1 2