Quantcast
Channel: Up & Running Inc – Tech How To's
Viewing all articles
Browse latest Browse all 1980

SOLVED: How to Center A Google Advert in PHPBB

$
0
0

If you are using PHPBB (PHP Bulletin Board) you likely want to make some money using Google Ads.  If you are using the latest branch of PHPBB 3.1.x you likely have already figured out that you need to add your Google AdSense code to:

phpBB-3.1.5\phpBB3\styles\prosilver\template\overall_footer.html

but now you can’t figure out how to center that advertisement.  The answer is to add a CENTER command around the AdSense text like:

<div align=”center”>
Insert your Google AdSense Code Here
</div>

In my case, the result looked like:

 <div align=”center”>
<script type=”text/javascript”><!–
google_ad_client = “pub-8112679970043366″;
/* 728×90, created 9/2/08 */
google_ad_slot = “1017690586”;
google_ad_width = 728;
google_ad_height = 90;
//–>
</script>
<script type=”text/javascript”
src=”http://pagead2.googlesyndication.com/pagead/show_ads.js”>
</script>
</div>

You can see my fine work on Commodore Computer PET, VIC, 64, 128 User Forum

 

Share This With Your Friends Now:
facebooktwittergoogle_plusredditpinterestlinkedinmail


Viewing all articles
Browse latest Browse all 1980

Trending Articles