Well after being terminated by Yahoo recently, and Google placing their new 'No Images Next To Ads' rule, I just decided to redesign my entire blog's layout. I'm pretty familiar with Adsense's TOS and policy, however I would like to see if I missed anything that would possibly be against google's rules. Link Suggestions are welcome as well. Thanks in advance
looks fine, if something wrong with it, google will email you and ask you to change something, dont u trust them?
Looks like you are doing just what they ask and it still looks like a great site to me. On your games section, I would make the background of the Ads the same color blue as the background they are sitting on. Other than that, it looks awesome! Nice job.
it looks awesome!! can u tell me how you put a border round the ads please? you know, those broken lines lol I keep trying to find out and can't seem to find out how to do it any where
Thanks for that advice, I went ahead and changed that. Very easy. All I did was put this in my css style sheet: #rightcontent { position: relative; right:10px; top:10px; float:right; width:120px; background:#fff; border:1px dashed #F89E23; } Code (markup): Then I put this code where I wanted to show the ads: <div id="rightcontent"> **GOOGLE ADSENSE CODE** </div> Code (markup):