I am trying to do something like this for my ads on my website. I want a banner with an image next to it inside the table to make it look like a member and draw more attention. When I tried to do this, I viewed the source code of the myspace topsites site and tried using the same code with my adsense code and picture. It turned out ok except the banner kept showing up with 3 ads inside the same space of a normal 2 ad banner and if you put your cursor over the ad then use the scroll wheel on the mouse, it would scroll to the third ad... I'm not sure if that makes any sense, but if it did, any help on how to fix this and make my ads look like this on my site, I would greatly appreciate it.
it was something like this with the 468x60 banner code in it <br /> <div class="table_border"> <table cellpadding="1" cellspacing="1" border="0"> <tr> <td class="table_top_title" colspan="4" width="100%"><span class="table_top">Sponsored Ads</span></td> </tr> <tr> <td rowspan="3" class="table_description" align="center"><img src="http://www.greattensites.com/images/button.gif" alt="myspace topsites" /></td> <td rowspan="3" class="table_description"> *google script here* </script> </td> </tr> </table> </div> <br />
ok scratch that. i got it working... kinda. can you tell me how to get the border around the outside like all my other tables? and is that image against tos? i figured it was ok since it was far away from the ad <table align="center"class="lightbg" cellpadding="1" cellspacing="1" border="0"> <tr><td align="center" class="mediumbg" colspan="3"> <h3>Sponsored Ads</h3> </td></tr> <tr><td rowspan="3" class="table_description" align="center"><img src="http://www.greattensites.com/myspace/images/buton.gif" alt="Rank My Space" /></td> <td rowspan="3" class="table_description"> **468x60 Adsense code here*** </td></tr> </table> <br />
Not sure, but I would strongly recommend that you email G for permission on that layout. I blended some ads into one of my sites with the same intent - to match it up looking like other content. They flat out told me to remove it (which of course I promptly did). I just think it would be better to play it safe and make sure it is OK with them. Regarding the missing border, it seems to me you just need to wrap it in <div class="table_border">content</div> like the rest of your tables. Vito