查看文章 |
Google AdSense 广告背景美化代码
2007年07月15日 星期日 21:35
站长今天浏览到远边的博客才知道,原来Google AdSense 广告的背景也可以多姿多彩的,只需要制作一个与广告尺寸匹配的背景图,然后使用下面的代码调用就可以了,具体代码及其效果图片如下: ![]() CSS代码: <style type="text/css"> /*---Google AD图片背景---*/ #ad_code { width:487px; text-align:center; padding:10px 5px 10px 5px; background:transparent url(你的背景图片地址 ) center center no-repeat; } </style> 其中 width:487px; text-align:center; padding:10px 5px 10px 5px;可根据广告尺寸自由更改。 调用代码: <div id="ad_code"> Google AdSense广告代码 </div> 本文链接:http://hi.baidu.com/ofree/blog/item/8e1fafaf7a6ac6ce7cd92a87.html |
最近读者:

本文链接: