Forum Moderators: martinibuster

Message Too Old, No Replies

Modifying color to make borderless but border still appears

         

my44

2:34 pm on Sep 13, 2005 (gmt 0)

10+ Year Member



This is my script. The bgcolor is light blue DCE6f7. BUT when I uploaded, gray border still appears. But color_link and color_url I had no problem. Any help on why this is happening?

<td align="left" valign="top" bgcolor="#DCE6F7" width="160">
<script type="text/javascript"><!--
google_ad_client = "pub-000000000000000000";
google_ad_width = 160;
google_ad_height = 600;
google_ad_format = "160x600_as";
google_color_border = "DCE6F7";
google_color_bg = "DCE6F7";
google_color_link = "0000FF";
google_color_url = "000000";
google_color_text = "000000";
//--></script>

[edited by: Jenstar at 6:46 pm (utc) on Sep. 13, 2005]
[edit reason] examplified publisher ID [/edit]

lammert

2:49 pm on Sep 13, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I would take out the publisher code, some people might use it for not so nice purposes...

About the colorschemes: Sometimes AdSense changes colors on the fly if there is too less contrast between the elements of the ad box. Try some other color combinations because it should work to make an ad borderless.

jomaxx

3:25 pm on Sep 13, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Maybe it's got something to do with the table background or borders.

Make cellpadding and cellspacing zero, put the "<SCRIPT" immediately after the <TD> tag in order to ensure there's no extra whitespace in the cell, try changing the colors on the page temporarily so you can tell if the grey line is coming from Google or from some artifact in your code.

my44

6:39 pm on Sep 13, 2005 (gmt 0)

10+ Year Member



is there anyway for me to edit my message above? yes, i need to take out my publisher code.