View Single Post
  #1 (permalink)  
Old 07-28-2005, 01:23 AM
StephenR's Avatar
StephenR StephenR is offline
5 Star Senior Member
 
Join Date: Jun 2005
Location: USA
Posts: 403
Default Formatting Google AdSense In Text

It has been statistically proven that embedding Google AdSense™ ads within the body or text of your web pages is the most effective method of increasing your Google AdSense™ earnings. Google has even identified the strongest performance sectors to display their ads located here. Unfortunately, Google doesn't tell you exactly how to display their ads within the text of your web pages.

Many affiliate marketers are not web designers by trade or have little knowledge of HyperText Markup Language ( HTML ), Cascading Style Sheets (CSS) or any of that mumbo jumbo. As such many Google AdSense™ users simply cut and paste the generated code into their web site and are perfectly happy with the output....but they're losing earnings.

If you're like me you probably want more control on how you want your Google AdSense™ ads displayed. After all, properly displaying your Google AdSense™ ads can significantly boost their performance.

The above chart called the "Google Heat Map" identifies the best positions on your web pages to display Google AdSense™. These are the most clicked areas on a web page displaying Google AdSense™ because they immediately stand out from the rest of the page. The red and dark orange areas represent the optimum Google AdSense™ positions so you should defiantely target these areas on your web pages.

OK. So you have your web pages and you would like to embed Google AdSense™ into the text of your page so the text wraps around the ad. Use the following code to display Google AdSense™ on the left side of your web page with text wrapping:

HTML Code:
<div style=\"float: right;
position: relative;
background-color: #FFFFFF;
border-left: 10px solid #FFFFFF;
border-top: 10px solid #FFFFFF\">
PUT GOOGLE JAVASCRIPT CODE HERE
</div>
If you would like to display Google AdSense™ ads on the right side of your web page with text wrapping you would simply replace:

float: right;

with

float: left;

In addition you can also change the color and px values to anything you desire to give it your personal flare.

I hope this extremely brief Google AdSense™ text formatting tutorial helped you out a little. If you're an experienced webmaster I apologize for the rudimentary hack
__________________
Stephen "Josh" Ralph
Top Affiliate Directory
Free Advertising

Last edited by StephenR : 08-14-2006 at 03:20 AM.
Reply With Quote