07-07-2010, 11:34 PM
Hello
Today I am going to tell you how to make your forum have a image like this
floating around the top right of your forum.
First, open ACP>>Templates>>**Your Theme>> Header Teamplates>> Header and add
To the bottom of the header template.
Now open ACP>>Themes>>*Your Theme**>>global.css>>Advanced Mode
and add to the bottom
Enjoy
--Conor
Today I am going to tell you how to make your forum have a image like this
floating around the top right of your forum.
First, open ACP>>Templates>>**Your Theme>> Header Teamplates>> Header and add
Code:[Highlight]
<div class="facebook"><a href="url to facebook group or fan page"><img src="http://www.shockinghost.com/facebook.png" alt="Facebook" title="Join our Facebook Fanpage" /></a></div>
Now open ACP>>Themes>>*Your Theme**>>global.css>>Advanced Mode
and add to the bottom
Code:[Highlight]
.facebook {
position: fixed;
top: 0;
right: 0;
z-index: 999;
}
Enjoy
--Conor