Where can I edit/add affiliate links.
Plus is it possible to use images ?
Affilliate Links
-
- BBCoder II
- Posts: 7
- Joined: 11 Feb 2012, 12:47
- BBCodes: 10
Affilliate Links
Look in styles>>your stile>>simpleportal_body.html and here
<!-- Start Affiliate -->
<div class="forabg">
<div class="inner"><span class="corners-top"><span></span></span>
<ul class="topiclist">
<li class="header">
<dl class="icon">
<dt>{L_PORTALAFF}</dt>
</dl>
</li>
</ul>
<ul class="topiclist forums">
<li>
<div class="content" style="width:auto; height:auto; padding:10px; padding-bottom:0px; text-align:center;">
<p><a href="http://www.phpbb3bbcodes.com/">PhpBB3 BBCodes</a> • <a href="http://www.gaming-arcade.org/">Gaming Arcade</a></p>
</div>
</li>
</ul>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- End Affiliate -->
Affilliate Links
Thanks very much