its_me_shaners
Joined: 08 Jan 2006
Posts: 100
Location: ottawa canada
|
Posted: Sat Nov 25, 2006 1:50 pm
Post subject: Adsense templates, you're going to have to doctor them.
|
|
|
Hey gang. If you're using off the shelf adsense templates you're going to have to doctor or risk getting penalized by google. It seems like as of late adsense templates have become all the rage. Fair enough. But unless you got them from a reputable source you're not being told you have to change them.
AND you have to. If you don't you're going to risk leaving a foot print. Not to worry though changing them isn't all that hard. This you should change are the header graphics, back ground colors. If you have the css file for it , it become very easy to do it. Im not a guru website designer guy. But I do play around with things to see how they work. heres an example of some css so you can get a bit of a handle on how easy it is. So you can see the font styles, the font size and the colour. All of which you can change. to make it your own. You can also resize, change the alt text, change the header tag h2, h1 etc. Basically you change everything to make it look unique. After all the bots like unique and not auto generated stuff. Hope this helps!!
.nav {font-family: Verdana; font-size: 12px; font-weight: bold; color: #FFFFFF}
.whheading {font-family: Verdana; font-size: 12px; font-weight: bold; color: #FFffff}
.heading {font-family: Verdana; font-size: 12px; font-weight: bold; color: #FF0000}
.text {font-family: Verdana; font-size: 11px; font-weight: normal; color: #FFCC33}
.text1 {font-family: Verdana; font-size: 11px; font-weight: normal; color: #FBE20C}
.text2 {font-family: Verdana; font-size: 11px; font-weight: normal; color: #70C4FF}
.text3 {font-family: Verdana; font-size: 11px; font-weight: bold; color: #ffffff} _________________ Visit Affiliates R Us!
make money blogging online the blog |
|