北辰天 发表于 2006-10-28

想除去Your Ad Here

请问可以除去代码中的Your Ad Here吗?
也就是这行
<div><a class=&quot;adHeadline&quot; target=&quot;_top&quot; href=&quot;http://www.adbrite.com/mb/commerce/purchase_form.php?opid=xxxxxx&afsid=1&quot;>Your Ad Here</a></div>

AppleTree 发表于 2006-10-28

是的,你可以这么干。

北辰天 发表于 2006-10-28

这是adbrite允许的吗?再次提问,敬请赐教

大大 发表于 2006-10-29

放在这里就是让你修改的。

北辰天 发表于 2006-10-29

我的意思是直接将原代码中的最后一段去掉,可以这麼做吗?
还是只能修改Your Ad Here 的连结字样

【原代码】
<!-- Begin: AdBrite -->
<style type=&quot;text/css&quot;>
   .adHeadline {font: bold 10pt Arial; text-decoration: underline; color: #CC0000;}
   .adText {font: normal 10pt Arial; text-decoration: none; color: #80FF00;}
      </style>
<script type=&quot;text/javascript&quot; src=&quot;http://ads.adbrite.com/mb/text_group.php?sid=xxxxxx&br=1&col=3&quot;>
      </script>
<div><a class=&quot;adHeadline&quot; target=&quot;_top&quot; href=&quot;http://www.adbrite.com/mb/commerce/purchase_form.php?opid=xxxxxx&afsid=1&quot;>Your Ad Here</a></div>
<!-- End: AdBrite -->

【去掉后的代码】
<!-- Begin: AdBrite -->
<style type=&quot;text/css&quot;>
   .adHeadline {font: bold 10pt Arial; text-decoration: underline; color: #CC0000;}
   .adText {font: normal 10pt Arial; text-decoration: none; color: #80FF00;}
      </style>
<script type=&quot;text/javascript&quot; src=&quot;http://ads.adbrite.com/mb/text_group.php?sid=xxxxxx&br=1&col=3&quot;>
      </script>
<!-- End: AdBrite -->

北辰天 发表于 2006-10-29

之前别的问题发信去问当天就回了,
但昨天我问可不可以除去这段代码,到现在却还没回覆…
不知是我英文不好,写的让工作人员看不懂,还是工作人员在忙:L

蓝昊 发表于 2006-10-30

可以很负责任的告诉你,可以去掉.

北辰天 发表于 2006-10-31

thanks 蓝昊:)
页: [1]
查看完整版本: 想除去Your Ad Here