Text align center is a messy option I think
Try putting it in a div tag and making the margins auto
<div style=”margin:auto;”>
YOUR GOOGLE ADSENSE STUFF
</div>
If needbe, add some width property like 300px or 70%
<div style=”margin:auto;width:70%”>
YOUR GOOGLE ADSENSE STUFF
</div>
<em>@gray 193259 wrote:</em><blockquote>Have you tried to add
text-align: center;
to the style declaration template.css?
div.bannergroup_text div.banneritem_text {
border-bottom:1px dotted #DDDDDD;
padding:5px 0;
text-align: center;
}
as an option you could create module's css and declare new style property for the div.
</blockquote>