Knowledge Base

Adding a link in the right corner of the header (proSilver)
Article ID: 1048
Written By: Kyza
Written On: Sat Jul 02, 2011 6:34 pm
Description: This tutorial will tell you how to add a link on the upper right side of your header.
link to this article on phpbb.com: Select All
[kb=adding-a-link-in-the-right-corner-of-the-header-prosilver]Adding a link in the right corner of the header (proSilver)[/kb]
link to this article on your own board: Select All
[url=http://www.phpbb.com/kb/article/adding-a-link-in-the-right-corner-of-the-header-prosilver/]Knowledge Base - Adding a link in the right corner of the header (proSilver)[/url]

Ok, this is my first tutorial, I hope you like.

Do you want to add a link in the upper right corner of the header of your board?
This is how it will look after:Image

Ok, lets get started.

To add a link:

First open up:
root/styles/prosilver/template/overall_header.html

Find:
Code: Select all
<span class="corners-bottom"><span></span></span></div>
      </div>


Before add:
Code: Select all
<div style="float:right;margin-top: 10px;"><a href="yourdomain.com"/>Your Add Here</a></div>


To add an image:

First open up:
root/styles/prosilver/template/overall_header.html

Find:
Code: Select all
<span class="corners-bottom"><span></span></span></div>
      </div>


Before add:
Code: Select all
<div style="float:right;margin-top: 10px;"><a href="yourdomain.com"/><img src="image url here"></a></div>


Now go to ACP, and head to Styles > Templates > YourStyle - And click Refresh

Enjoy