Forum Moderators: martinibuster

Message Too Old, No Replies

Adsense Borders

How to remove them properly?

         

chrisandsarah

6:58 pm on Dec 17, 2004 (gmt 0)

10+ Year Member



Hello
Is it possible to get rid of the borders around my adsense ads? I have a custom background colour so cant set the ad borders to be the same color as the background so that they appear invisible. Was just wondering if there was something i could put in the code to set borders to 0

Many thanks
chris

Hugene

7:17 pm on Dec 17, 2004 (gmt 0)

10+ Year Member



nope, I dont think so

what kind of custom color do you have that cant be represented by a hex code?

icedowl

7:20 pm on Dec 17, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If you know the HTML color code you can just type it in the box for the border color. You're not restricted to using the colors that are displayed. For example, #B8DCB8 is a light green, #FF993B is a shade of orange.

camper

7:21 pm on Dec 17, 2004 (gmt 0)

10+ Year Member



Set the color of the border to be the same as the custom background color.

In your html, change this:

google_color_border = "003300";

to this:

google_color_border = "fdfff4";

novice

7:22 pm on Dec 17, 2004 (gmt 0)

10+ Year Member



"Is it possible to get rid of the borders around my adsense ads?"

You can set the border color of the ad the same color of the background color of the ad.

Added: camper beat me to it.