Adsense Under Image

TunaJL

Newbie
Joined
Mar 2, 2013
Messages
17
Reaction score
2
Hi,

How can add adsense under the image ? I am using Wordpress. I tried this: adsense-under-image plugin but it is not working.

Thanks ...
 
Check out this link: webgilde.com/en/wordpress-adsense-plugins/

Those are some good "Adsense Content" plugins that are easy to setup.
 
Check out this link: webgilde.com/en/wordpress-adsense-plugins/

Those are some good "Adsense Content" plugins that are easy to setup.

I could not find it :( These dont show the ads under the image.
 
If you mean under an image then use div clear tag and div tag with padding styling to modify its position.

If you mean behind the image then it does not work.

for example

<div style="float:left;">adsense code</div>
<div id="clear"></div>
<div style="padding-top:10px;"><img src="url" alt="text" /></div>

You can always search for the proper code.
 
Back
Top