Log in

View Full Version : How is this being done?


JJH35
09-04-2005, 04:11 AM
<a href="http://www.bucktooth.info/top.JPG" target="_blank">Screenshot</a>

how is that being created as to where you can have the box down there and add each seperate ad banner

(i blocked out the banners obviously but you should get the idea)

harmor19
09-04-2005, 04:39 AM
Here is something you could use


<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('my_ads')"><img id="collapseimg_my_ads" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_my_ads].gif" alt="" border="0" /></a>
TABLE TITLE
</td>
</tr>
</thead>
</table>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tbody id="collapseobj_my_ads" style="$vbcollapse[collapseobj_my_ads]">
<tr>
<td class="alt1">Banner 1</td>
<td class="alt1">Banner 2</td>
<td class="alt1">Banner 3</td>
<td class="alt1">Banner 4</td>
<td class="alt1">Banner 5</td>
<td class="alt1">Banner 6</td>
</tr>
<tr>
<td class="alt1">Banner 1</td>
<td class="alt1">Banner 2</td>
<td class="alt1">Banner 3</td>
<td class="alt1">Banner 4</td>
<td class="alt1">Banner 5</td>
<td class="alt1">Banner 6</td>
</tr>
<tr>
<td class="alt1">Banner 1</td>
<td class="alt1">Banner 2</td>
<td class="alt1">Banner 3</td>
<td class="alt1">Banner 4</td>
<td class="alt1">Banner 5</td>
<td class="alt1">Banner 6</td>
</tr>
</tbody>
</table>

JJH35
09-04-2005, 02:57 PM
ok, where should i place it though so that its sitting right below the "Stats" section
Threads: 726, Posts: 2,354, Members: 1,568
Newest member: sdkjfsd
like right below that?

harmor19
09-04-2005, 03:39 PM
In the Forum Home Templates -> FORUMHOME

Find: <!-- End bottom table setup -->

Add the table above

JJH35
09-04-2005, 07:13 PM
thanks will give it a shot as soon as i get my ad system together
now will this be collapseable like the other items down there? or is there something i have to ad to allow that to have the ^ for minimizing it

harmor19
09-04-2005, 08:06 PM
it's collapsible

JJH35
09-04-2005, 10:03 PM
thanks , will work on that here soon and see if i have any errors