Adsense and Pictures

Status
Not open for further replies.

wildfan

New member
Dec 27, 2006
63
0
0
A little prob here, how do you guys/gals get the line between your images and the adsense ads?
 


so the pages are done in total css or is there a code I can insert.

I know html but css is new to me
 
no pages are done in total css
css is used for styling a page, html is formatting
read a few tutorials, it's essential knowledge and worth the effort
 
If the image is to the right of the links:

Code:
<img src="img.gif" style="border-left: 1px solid #000;">

Obviously, if your ads/images are oriented differently then replace border-left accordingly.
 
Go learn the shit! Cuz chances are, even though kurt's example will throw a black solid border up, chances are you may not even want a black border, then you are going to want some padding so the border is visable and hell you may not want a solid border. Hit some good sites and learn the shit!!!

Download a pre-made CSS template and start dicking around with stuff, change this or that by a few pixles and what not and keep refering back to a good referance like W3schools and in no time you will be throwin down CSS with your eyes closed.
 
You can insert a small line between your images and the adsense ad and it is reccommended that you do.
 
Newbie said:
You can insert a small line between your images and the adsense ad and it is reccommended that you do.
Like this?

FruitImages.png
 
scott said:
Which Google's Adsense blog now states would NOT comply with their policies.

Inside AdSense: Ad and image placement: a policy clarification
lol

No shit dude, they are hotlinked straight from that article. I was taking the pictures to see if Newbie still said yeah, then I would link him to the article
 
Status
Not open for further replies.