KillerBee
Junior Member
- Apr 24, 2008
- 160
- 17
Ok so I'm trying to get the method that Harro told us about. The method that involves hiding the adsense code behind an image. I'm not doing it with adsense, rather bidvertiser but for some reason it doesn't work.
Anyone out there that can help me out here, what I'm I doing wrong or is it that I need another code to get it to work with bidvertiser?
When I leave the "<!-- Begin BidVertis*r code -->" and the end part, it shows the image only, when I take them out and hover the cursor over it, then it turns into the text ad.
Can anyone help out?
Anyone out there that can help me out here, what I'm I doing wrong or is it that I need another code to get it to work with bidvertiser?
When I leave the "<!-- Begin BidVertis*r code -->" and the end part, it shows the image only, when I take them out and hover the cursor over it, then it turns into the text ad.
Can anyone help out?
Code:
<html>
<head>
<style>
iframe{
opacity: 0;
border: 0px none transparent;
position: absolute;
top: 0px;
left: 260px;
height: 250px;
width: 300px;
filter:alpha(opacity=0);
}
img{
position: absolute;
top: -50px;
left: 260px;
height: 250px;
width: 300px;
}
</style>
</head>
<body>
<div>
<img src="http://www.starfetch.com/keywords/Vida_Guerra/Vida_Guerra_1.jpg"/>
<!-- Begin BidVertiser code -->
<SCRIPT LANGUAGE="JavaScript1.1" SRC="http://bdv.bidvertiser.com/BidVertiser.dbm?pid=xxxxxxxxxxxxxxx" type="text/javascript"></SCRIPT>
<noscript><a href="http://www.bidvertiser.com">pay per click</a></noscript>
<!-- End BidVertiser code -->
</div>
</body>
</html>