MyBB Community Forums

Full Version: Move Something in the Header.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I'm looking to move something in my header.

Website: www.1operators.com
Account: test, test123

Have a look at my header, you'll see it's somewhat moved.
Here's a picture how I want it to be:
[Image: 1179zya.jpg]

Thanks in advance,

Vivi
there are two server related images in the index template. you can add align="right" for those two images codes
This is basically the code for the banner in question:

<a href="http://www.gametracker.com/server_info/91.198.152.240:25540/" target="_blank"><img src="http://cache.www.gametracker.com/server_info/91.198.152.240:25540/b_560_95_1.png"align="right" border="0" width="560" height="95" alt=""/></a>

This would do it?

I have it, thanks!