News:

Help keep this project going by donating or buying adseller pro

Main Menu
Coinbase

Please help

Started by daboss, December 20, 2007, 02:57:30 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

daboss

The software works awesome, thank your for it!

I'm using the Core - default skin for SMF as is all my users ... When I place an ad at the very top it hotlinks everything in the info center below it. Is there an easy fix? If this has been discussed please point me in the right direction. Thank you very much in advance

chad

daboss

Just wanted to add I've tried adding a break and using different size banners ... the mod works perfect other then the top somehow hotlinking everything below it, like it's part of the banner itself. Thnx in advance once more 8)

chad

daboss

Here is the code I'm using for the banner ...

<div align="center"><a href="http://www.abc.com:80/" target="_blank"><img src="http://www.mine.com/images/abc.gif" border="0" width="470" alt="Feeding your desire for fire!" />
</div>

The above works perfect anywhere and everywhere but the top of the page.

Chad

jerm

Need to close that link tag
<div align="center"><a href="http://www.abc.com:80/" target="_blank"><img src="http://www.mine.com/images/abc.gif" border="0" width="470" alt="Feeding your desire for fire!" /></a>
</div>