Is there a way to put adsense next to the video image in such a site Onacarde
example
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.