To have the second add match the style of the posts (as seen on digital point forum) do the following:
Add this to additional.css template (change the background color to your preferred background color):
#adsense_inline {
background: none repeat scroll 0 0 #EAF4E9;
padding: 1px;
text-align: center;
}
Then in the options page for the plugin, use the following for the 2nd code box (ad after post):
<li class="postbit" id="adsense_inline">
<insert your adsense code here>
</li>
|