Search found 2 matches

by buzzom
October 7th, 2009, 9:34 am
Forum: MediaWiki Extensions 'How Do I' Questions
Topic: How do I get text left beside the AdSense?
Replies: 4
Views: 16404

Re: How do I get text left beside the AdSense?

I have changed like this: .googleAdSenseContent { border: 0px solid #eee; /*debug*/ padding: 1px; margin: 10px auto; /* centerred on the page */ background: #fff; float: right; } I use a 'C01' => array('unitID' => 'myID', 'width' => '336', 'height' => '280', 'position' => 'none'), large rectangle. I...
by buzzom
October 6th, 2009, 5:06 am
Forum: MediaWiki Extensions 'How Do I' Questions
Topic: How do I get text left beside the AdSense?
Replies: 4
Views: 16404

How do I get text left beside the AdSense?

Hello, I have put an AdSense into my Wiki with <google uid="C01" position="right"></google> Everything works fine so far, as the AdSense is on the right side. Unfortunately the text is not left beside it, but above and under it. Example: http://symptomat.de/Erk%C3%A4ltung How can...