Recent Topics

1 Dec 08, 2007 07:53    

I started using the AdSense plugin and I have noticed an annoying display difference between IE and Firefox.

With IE, the ads block is well centered in the post area.

However in Firefox, the ads block appears to be left aligned and touch the left border of the post area.

You can see by yourself here:

http://blog.olivierlanglois.net/index.php/2007/11/18/harmonix_rock_band_s_enhanced_connectivi

This seems to caused by how the browser interpret the AdSense pluging div style line but since I am not HTML expert editor, I need assistance from more experienced users to fix the glitch.

Thank you,

2 Dec 08, 2007 08:09

I changed the default div in the settings for the Adsense plugin.

<p class="moneymaker"><!--adsense code--></p>


In styles.css I have...

.moneymaker {
	text-align: center;
	margin: 24px 0;
	width: 470px;
	padding: 3px;/* if you want a border */
	border: 1px solid #000; /* If you want a border */
	background: #fff; /* if you want a background color */
}

I haven't checked all browsers but it ok in FF


Form is loading...