Adding an affiliate section

Raptor

Paragon
Joined
Feb 3, 2010
Messages
1,314
Reaction score
0
FP$
6
Can someone provide me with the code for adding an affiliate section in the phpbb forum as people generally have at the bottom of the forum ? And where do I need to add this code ?
:great:
 
Its just a CSS and HTML coding.

CSS:
Code:
.staff-affiliates { 
background-image: url("http://forumpromotion.net/styles/FPX/theme/images/staff-affiliates.png");
background-repeat: no-repeat;
width: 836px;
height: 71px;
padding-left: 72px;
margin-bottom: 3px;
padding-top: 4px;
}

HTML:
Code:
<div class="staff-affiliates">
<a href="http://forum-topsite.net" target="_blank">
<img border="0" alt="Forum Topsite" title="Forum Topsite" src="http://www.forum-topsite.net/button.php?u=Fowler"/>
</a>
</div>

(FP's code)
 
Thanks for the code , but could you please tell me where to add these codes ?
 
You should add these codes in the overall_footer of the forum.
 
Where do i add the HTML? There is no HTML in forums, it's all php...
 
No there is a overall_footer.html file . I saw that . But where do I put the .css code in ?
 
Raptor said:
No there is a overall_footer.html file . I saw that . But where do I put the .css code in ?
OH you put it there. Then i assume that the css part goes into the themes css.
 
Back
Top Bottom