-
Help to show banners
I need to display this in a max banner box but the banner not show
<div class="banner" style="position:relative;float:left"><a href="http://www.mydomain.com/random-ads-300x250.php" target="_blank"> fgd</a></div>
<div class="banner" style="position:relative;float:right;"><a href="http://www.mydomain.com/random-fun-ads-300x250.php" target="_blank">ghfgh</a></div>
i have the banners rotating on these urls. But i can not display them
-
Myself, when I have banners rotating, I dump all the DIV.
Try that and see.
-
When i use it with adsense it works, but not these banners
-
Hi,
Try to include those banners into a relative Div, or try position:absolute;
Code:
<div style="position:relative;">
<div class="banner" style="position:relative;float:left"><a href="http://www.mydomain.com/random-ads-300x250.php" target="_blank"> fgd</a></div>
<div class="banner" style="position:relative;float:right;"><a href="http://www.mydomain.com/random-fun-ads-300x250.php" target="_blank">ghfgh</a></div>
</div>
-
<a is for showing links etc this case of your will link to given url
if image is in your .php then show it with <img tag
etc
<img src="myimpage.php" alt="Image created by a PHP script" width="300" height="250">