I recently decided that I wanted to place three sets of Google ads side-by-side on one of my WordPress blogs, but try as I might I couldn’t get them to line up correctly. I tried several configurations of DIVs and TABLES, but nothing seemed to work…until I tried the following simple snippet of code:
<div align=”center”>
Code for first ad block
Code for second ad block
Code for third ad block
</div>
It worked lik a charm. If you wish to display just two ad blocks, simply remove the third line of ad code from the snippet.
