News:

Version 3.5 has been released. Visit https://custom.simplemachines.org/mods/index.php?mod=255 to get the most up to date version.

Main Menu
Coinbase

Need to find creator of my ad program

Started by Brian Watts, May 06, 2010, 11:37:24 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Brian Watts

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


ApplianceJunk

That's what these forums are for. Just ask your question here.
ApplianceJunk.com
Your Appliance Repair Experts

Brian Watts

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?

vbgamer45

Easy way to do that would be use a table.
Like what I do please support me on https://www.patreon.com/vbgamer45

Brian Watts

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?

vbgamer45

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>
Like what I do please support me on https://www.patreon.com/vbgamer45