Log in

View Full Version : what is the code for this box?


websiteking532
08-15-2007, 12:45 PM
what is the code for this box?

http://upload.bz/files/yjkotz2wndnxmzdhidmj.jpg

how to edit the heading?

how to specify the dimensions?

how to add ads to it?

plz help

Opserty
08-15-2007, 01:08 PM
It would be something like



<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead">Sponsor Links</td>
</tr>
<tr>
<td class="alt1">
<!-- Sponsor Stuff in here -->
</td>
</tr>
</table>

Near the bottom of the FORUMHOME template (probably under the line which says <!-- end what's going on box -->)

ams3521
08-15-2007, 09:36 PM
i think my problem could be related. Is the space ive marked here Forumhome too?

http://img165.imageshack.us/img165/4195/forumfw8.jpg

Where would i add some code to put a banner in? Even though that space is blank there's code in all my forum home. Ill try what was sugested above by Opserty but all help apprciated. thanks

actualy thats the bottom. My bit is at the top. sorry for confusing things can anyone still help me? Thanks

ragtek
08-15-2007, 09:48 PM
if it should be shown on every site, then i'll put it into the navbar

ams3521
08-15-2007, 10:16 PM
isnt the navbar the bit were i have my rss button ragtek? I was wanting it in the space between the two bars. Sorry for taking over your thread WSK i thought we were talkign about the same thing. sorry :(

websiteking532
08-17-2007, 01:04 PM
It would be something like



<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="thead">Sponsor Links</td>
</tr>
<tr>
<td class="alt1">
<!-- Sponsor Stuff in here -->
</td>
</tr>
</table>

Near the bottom of the FORUMHOME template (probably under the line which says <!-- end what's going on box -->)
thanks man