News:

Help keep this project going by donating or buying adseller pro

Main Menu
Coinbase

Multiple Skyscraper Ads

Started by BOSSMustangsOnline, December 19, 2012, 09:42:34 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

BOSSMustangsOnline

Hi, I have SMF 2.0.2 and SMFADS.  I have adsense banner and skyscraper ads in place and I want to add multiple smaller ads, maybe 200x200, below the adsense skyscraper ad on the right.  How do I do this in SMFADS?  Also how do I insert active links with the ad image?  I'm a noob at this and am not very familiar with code but I have a friend that will help me if we can get some basic info on how to do insert the ads.  TIA

My forum:

http://bossmustangsonline.com/

Sample of how I want to place ads:

http://www.svtperformance.com/forums/2012-2013-boss-302-mustang-373/

http://forums.themustangsource.com/f813/


vbgamer45

You could use html and make a table then place each ad into a row.
Like what I do please support me on https://www.patreon.com/vbgamer45

BOSSMustangsOnline

Would I put that in the same code box as my adsense ad?

vbgamer45

Yeah so you could do

<table>
<tr>
<td>AD 1 HERE</td>
</tr>
<tr>
<td>AD 2 HERE</td>
</tr>
<tr>
<td>AD 3 HERE</td>
</tr>
<tr>
<td>AD 4 HERE</td>
</tr>
</table>
Like what I do please support me on https://www.patreon.com/vbgamer45

BOSSMustangsOnline

That's what I'm looking for.  Thanks!

vbgamer45

Like what I do please support me on https://www.patreon.com/vbgamer45


CamKrist