妖刀 发表于 2007-6-27 22:19:10

Google的广告美化的table版本

刚才那位兄弟发了css的版本的,几个坛友找我问怎么用,我给改成table的~改了一个,其余的用法类似。
<table width="500" height="80" border="0" cellpadding="0" cellspacing="0" background="blue-titled.jpg">
<tr>
    <td width="26"> </td>
    <td width="468" align="center"><script type="text/javascript"><!--
google_ad_client = "pub-111111111111111";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text";
google_ad_channel = "";
google_color_border = "333333";
google_color_bg = "333333";
google_color_link = "0099FF";
google_color_text = "FFFFFF";
google_color_url = "CCCCCC";
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></td>
</tr>
</table>

背景图用的是这个

leoleeCN 发表于 2007-6-27 22:27:50

效果不错!

win2bar 发表于 2007-6-27 22:45:56

妖刀是个热心的好人,嘿嘿

ra2 发表于 2007-6-28 08:25:13

现在不让用背景了吧?

妖刀 发表于 2007-6-28 12:06:43

原帖由 ra2 于 2007-6-28 08:25 发表 http://www.cnwebmasters.cn/images/common/back.gif
现在不让用背景了吧?

背景应该是没关系的,并没有修改ggad的代码~只是把代码放在有背景的页面中而已
页: [1]
查看完整版本: Google的广告美化的table版本