0

我正在开发按点击付费的网站。我为发布商开发了一个脚本来展示广告。当我将此脚本放在任何站点时,它的位置都错误。

脚本:

<script type="text/javascript">
var campaignid ="9RJNUW1";
var camp_id ="42";
var publisherid ="1350";
var width ="728";
var height ="90";
</script>

<script src="http://www.ayhanetwork.com/en/ad_code.js"></script>

但是当我把 iframe(由脚本生成)放在正确的位置时。

框架:

<iframe scrolling="no" src="http://www.ayhanetwork.com/en/code.php?campaignid=9RJNUW1&amp;publisherid=1350&amp;width=728&amp;height=90&amp;camp_id=42" style="width: 748px; height: 110px; border: medium none; clear: both; position: static; bottom: 0px; left: 0px;"></iframe>

我放置代码的网站网址

http://rapidsurfing.net/Gadget/

而且我想这样放置我的广告

我已经在WordPress站点和Codeigniter站点中检查了这个

在此处输入图像描述

我想像这样展示我的广告

在此处输入图像描述

任何帮助将不胜感激

4

1 回答 1

1

好吧,您必须更新 js 文件中的代码,以便将 iframe 附加到具有 class='ads'.. 的 div 中。因此,您可以使用 javascript 或 jquery 来执行此操作。在这种情况下也不应该使用绝对位置。它应该更改为位置:相对。

于 2013-09-28T06:33:59.307 回答