issue in display ads side by side in blogs
If we plan to place ads side by side above your content,and if there is enough space between the two ads,content might overlap,it will automatically fit in between the ads.
you can do some tweaks for this .Increase the margin pixel size of your container which holds the ads which will eventually reduce the extra space between ads.
I modified the margin pixel size of the second container .See the modifications below.
<div style='float:left; Margin: 1px;'>
Your Ad Code
</div>
<div style='float:left; Margin: 40px;'>
Your Ad Code
</div>
Now my ads are happily displaying side by side without any overlapping content !!!.
Also see the posts
<div style='float:left; Margin: 1px;'>
Your Ad Code
</div>
<div style='float:left; Margin: 40px;'>
Your Ad Code
</div>
Now my ads are happily displaying side by side without any overlapping content !!!.
Also see the posts
Comments
Post a Comment