MyBB Community Forums

Full Version: Logo Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys i have logo installed but i would like to align this fish to each side where the black is inserted if possible please

http://www.yenlo.com/en/wp-content/uploa...arant1.png

[Image: CQD3LcC.png?1]

http://fishingforumireland.com/index.php
Open Themes & Templates -> Templates -> Your THEME -> Header -> header

Find the <img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" />

Just add:
<img src="http://www.yenlo.com/en/wp-content/uploads/2013/02/GlassFish_logo_100X70_transparant1.png">

On both sides of it Smile

The final thing should be:

<img src="http://www.yenlo.com/en/wp-content/uploads/2013/02/GlassFish_logo_100X70_transparant1.png"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /><img src="http://www.yenlo.com/en/wp-content/uploads/2013/02/GlassFish_logo_100X70_transparant1.png">
excellent works perfect REP added