onArcade Forums

Full Version: Is there a way to put adsense next to the video image in Onacarde 2.3
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way to put adsense next to the video image in such a site Onacarde

example

[Image: 17734234fc.jpg]

I refer to my licensed version 2.3

http://www.nadortv.es
Yes, it is possible. Exact code depends on where you want it and how you want it to look like, but the code should be something like this:
Code:
<div style="float: left; width: 80px;">
  <img src="{$file['image']}" alt="{$file['title']}" />
</div>
<div style="float: left;">
  AD CODE HERE
</div>
<div class="clear"></div>
But I am not sure if Google would approve this use, it looks misleading and might create invalid clicks.
Reference URL's