Status
Not open for further replies.
17 comments
Go to AdminCp>Styles>The Style in Which u want to add,Edit its Templates
And in header template add this


<center><a title="Downloads" href="http://www.google.com/"><img width=88 height=31 border=0 src="123" alt="Downloads"></a></center>

In This HyperText Where i wrote 123 add The Image Link here
 
In your navbar template, find:

PHP:
<div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div>
  </if>
 </td>
Below that, add:

PHP:
<td class="alt2"><a href='URL' target='_blank'><img src='IMG LINK' border='1'></a></td>
 
How can i add this whole code next to the log in box where i want it, because when i put this whole code on there it puts it on the wrong place, it puts it on top of the log in box, so can you guys help me out, im just so frustrated already because I've been trying all day.

Code:
<!-- Begin: Black Label Ads, Generated: 2010-03-01 22:32:20  -->
<script type="text/javascript">
var AdBrite_Title_Color = '80FF00';
var AdBrite_Text_Color = '4C4C4C';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = '80FF00';
var AdBrite_URL_Color = '333333';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
</script>
<span style="white-space:nowrap;"><script type="text/javascript">document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1549148&zs=3436385f3630&ifr='+AdBrite_Iframe+'******'+AdBrite_Referrer+'" type="text/javascript">');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));</script>
<a target="_top" href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1549148&afsid=55544"><img src="http://files.adbrite.com/mb/images/adbrite-your-ad-here-banner.gif" style="background-color:#80FF00;border:none;padding:0;margin:0;" alt="Your Ad Here" width="11" height="60" border="0" /></a></span>
<!-- End: Black Label Ads -->
and by the way, how will i be able to put the navbar buttons in the middle, or add and remove the buttons on the navbar.

For example:

http://imgcentre.com/img/uploads/big/796c995849.png

i want the buttons to be centered, and i want some buttons gone too.
 
Status
Not open for further replies.
Back
Top