MyBB Community Forums

Full Version: Would like to place animated dragon giff across from logo, top right side. How to?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
heloo there

in the header template

find

 
<div id="header">
			<div class="logo"><a href="$settings[bburl]/index.php"><img src="$theme[logo]" alt="$settings[bbname]" border="0" /></a> </div><hr class="hidden" /><table width="100%" border="0">


above it add

<div class="logo"><a href="http://link.com"> <img src="http://some.com/image.gif" border="0" valign="top" align="right" ></a>
</div>

something like i have here
regards
use this

<div class="logo">
<br />
<a href="http://link.com"> <img src="http://some.com/image.gif" border="0" valign="top" align="center" ></a>
</div>


regards