SMF Ads Support Forum

Support => Ad Support => Topic started by: Brian Watts on May 06, 2010, 11:37:24 AM

Title: Need to find creator of my ad program
Post by: Brian Watts on May 06, 2010, 11:37:24 AM
How can I contact the writer. creator of my ad program?

I have smfads v2.3 © jerm and have questions I would like to ask him.


Thanks

Title: Re: Need to find creator of my ad program
Post by: ApplianceJunk on May 06, 2010, 09:58:04 PM
That's what these forums are for. Just ask your question here.
Title: Re: Need to find creator of my ad program
Post by: Brian Watts on May 06, 2010, 10:06:47 PM
Trying to add 3 banner ads side by side but can only get one no matter if I code them left,center, and right or not

How do I add them side by side?
Title: Re: Need to find creator of my ad program
Post by: vbgamer45 on May 07, 2010, 09:33:23 AM
Easy way to do that would be use a table.
Title: Re: Need to find creator of my ad program
Post by: Brian Watts on May 07, 2010, 12:59:40 PM
Quote from: vbgamer45 on May 07, 2010, 09:33:23 AM
Easy way to do that would be use a table.

I apologize for my ignorance, but what is a table?
Title: Re: Need to find creator of my ad program
Post by: vbgamer45 on May 08, 2010, 12:26:09 AM
Some html code try this

<table>
<tr>
<td><a href="http://www.bannersite1.com"><img src="http://www.bannerurl1.com/image.jpg"</a>
</td>
</tr>
<tr>
<td><a href="http://www.bannersite2.com"><img src="http://www.bannerurl2.com/image.jpg"</a>
</td>
</tr>
</table>