SMF Ads Support Forum

Support => Ad Support => Topic started by: BOSSMustangsOnline on December 19, 2012, 09:42:34 PM

Title: Multiple Skyscraper Ads
Post by: BOSSMustangsOnline on December 19, 2012, 09:42:34 PM
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/

Title: Re: Multiple Skyscraper Ads
Post by: vbgamer45 on December 19, 2012, 09:46:14 PM
You could use html and make a table then place each ad into a row.
Title: Re: Multiple Skyscraper Ads
Post by: BOSSMustangsOnline on December 19, 2012, 09:47:46 PM
Would I put that in the same code box as my adsense ad?
Title: Re: Multiple Skyscraper Ads
Post by: vbgamer45 on December 19, 2012, 10:03:23 PM
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>
Title: Re: Multiple Skyscraper Ads
Post by: BOSSMustangsOnline on December 19, 2012, 10:05:24 PM
That's what I'm looking for.  Thanks!
Title: Re: Multiple Skyscraper Ads
Post by: vbgamer45 on December 19, 2012, 10:05:43 PM
Glad to help.
Title: Re: Multiple Skyscraper Ads
Post by: BOSSMustangsOnline on December 20, 2012, 10:31:50 PM
It worked, thanks for your help!

http://bossmustangsonline.com/
Title: Re: Multiple Skyscraper Ads
Post by: CamKrist on May 14, 2013, 09:02:17 AM
I sent you in pm