How do I place vertical banner ads on the sides of my forum? Do I need a plug in or mod for this or can I simply place the banner html code into one of the templates? If just the templates, then what is the left and right side of the forum called in the global css? Here is a link to my forum:
Landownerforum.com
I want to place the ads on the left and right black areas on each side of the forum body.
Thanks!!
Open up your header templates at the bottom add:
<table>
<tr>
<td>
Open up your footer template and at the top add:
</td>
<td>
AD CODE HERE
</td>
</tr>
</table>
so to ad banners on the sides you add these to the header and footer? That's weird. I'm a newbie though. Can you explain what those codes mean? Also what are the blnk areas on the left and right called? Are they called sidebars? Thanks alot man.
btw, Lyndon, I have seen Skillet live a few times. They rocked my face off! Dig your avatar.
that put it in the middle of the page. how do i make it line up with the top of the main forum board?
use these codes:
<table>
<tr>
<td valign="top">
</td>
<td valign="top">
AD CODE HERE
</td>
</tr>
</table>
The white space on the left and right side is the padding.
PROBLEM:
I used this code, and it works... somewhat. I now cannot see my top ad. And, even a bigger problem, it pushes the entire page right and towards the bottom. I cannot click on short titled subforums or main forums. Its like an invisible cover is over the titles. When I make the titles longer, then towards the end of the wording (title) I am allowed to click and connect to the forum setting (the forum page).
This works to an extent. It aligns RIGHT of the page and I have no idea how to make it where it displays on BOTH LEFT and RIGHT .
What do?