Link to home
Start Free TrialLog in
Avatar of Nabilbahr
NabilbahrFlag for United States of America

asked on

how i change google adsense ad font?

my google Adsense code is below. how i Change my Ad link , description and URL color.
<script type="text/javascript"><!--
google_ad_client = "pub-9875137327557551";
google_ad_width = 200;
google_ad_height = 200;
google_ad_format = "200x200_as";
google_ad_channel ="1515070007"
google_color_bg = "FFFAFB";;
google_color_border = "FFFAFB";
google_color_link = "cf0104";
google_color_url = "green";
google_color_text = "000000";
//--></script>
    <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of James Williams
James Williams
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial