When placing my ad in the sidebar, at certain times it will drop to the footer of my blog. Am I missing something?
tthe code i place in the stylesheet:
#ads {
background:#fff;
text-align: justify;
padding-left: 10px;
padding-right: 10px;
}
and i paste this to the index.php file, single.php file and page.php file just before the call for the leftmenu.php:
<div class="ads">
<p style="text-align:center">ad script here </p>
</div>
for some ads, it works fine, but for others, it drops to the footer.