MyBB Community Forums

Full Version: Custom header problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
On my forum, http://windowshelpforum.x10.mx on the header, I have added a custom page "Drivers" using this code:

<li><img src="http://windowshelpforum.x10.mx/images/icons/driver.png"><a href="http://windowshelpforum.x10.mx/misc.php?action=help&hid=8">Drivers</a></li>

But the image and the text are far apart from each other and looks messy.

Is there anything i'm doing wrong?

I tried a plug-in called Menu Manager but it didn't work. Sad
Change this :

<li><img src="http://windowshelpforum.x10.mx/images/icons/driver.png"><a href="http://windowshelpforum.x10.mx/misc.php?action=help&hid=8">Drivers</a></li>

To this:

<li><a href="http://windowshelpforum.x10.mx/misc.php?action=help&hid=8"><img src="http://windowshelpforum.x10.mx/images/icons/driver.png">Drivers</a></li>
Thanks! Big Grin
No problem