MyBB Community Forums

Full Version: How do i add a link below the header
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: 4rcisj.png]
how do i do that
Go to ACP > Templates > Header Templates > header > Edit and find;

<navigation>

Add the following code just above the <navigation>;

<li><a href="YOUR_LINK_URL"><img src="YOUR_IMAGE_URL" alt="" title="" />YOUR_LINK_TEXT</a></li>

Save template.

In this way you can add as many links as you can Smile