本帖最后由 sjj8588 于 2011-1-30 01:20 编辑
调用了个站外数据就多出了些空白使了好多方法就是没解决特求助。
先看图
用谷歌浏览器空白
用其他浏览器出现下面显示不完整
网址:doulian点com
首页代码
<!--{eval $_TPL['nosidebar']=1;}-->
<!--{template header1}-->
<style type="text/css">
@import url(template/default/style.css);
@import url(template/xiaonei/style.css);
</style>
<style type="text/css">
.updata-advice {float:left;width:248px;}
.updata-advice .updates {float:left;margin:10px 0 0 10px;width:100%;}
.updates p {margin-bottom:11px;}
.updates p strong {color:#F79D21;font-size:13px;letter-spacing:1px;}
.updates dl dt {color:#7A8686;float:left;font-size:12px;font-weight:normal;width:60px;}
</style>
<div id="index_page">
<div style="padding-bottom:3px;">
</div>
<div id="wide">
<div class="start">
<h2><span class="l_title">欢迎您入住豆联和千万粉丝一起互动分享快乐!</span> </h2>
<ul>
<li style="padding-top:3px;">* 豆联是粉丝互动分享,粉丝最爱的交友社区!</li>
<li style="padding-top:3px;">* 在这里,您可以通过它结识更多的粉丝互动</li>
<li style="padding-top:3px;">* 方便快捷地分享互动<a href="help.php?ac=blog">发布日志</a>、<a href="help.php?ac=album">上传图片</a></li>
<li style="padding-top:3px;">* 与千万粉丝们一起<a href="help.php?ac=share">分享信息</a>、<a href="help.php?ac=mtag">讨论感兴趣的话题</a></li>
<li style="padding-top:3px;">* <a href="userapp.php?id=1021978" style="color: #FF6600;">开心农场</a>、<a href="userapp.php?id=1005122" style="color: #FF6600;">德克萨斯扑克</a>、<a href="userapp.php?id=1033526" style="color: #FF6600;">荣光医院</a> 、<a href="userapp.php?id=1029889" style="color: #FF6600;">开心宝贝</a>火爆上线</li>
<li style="padding-top:3px;">* 与粉丝们一起玩互动,分享最新的明星信息、一起关注你喜爱的明星。</li>
</ul>
</div>
<div class="m_box">
<div class="left_box">
<h3 class="title">豆联活跃粉丝会员</h3>
<ul class="avatar_list">
<!--{loop $spacelist $value}-->
<li style="width:50px;">
<div class="avatar48"><a href="space.php?uid=$value[uid]"><!--{avatar($value[uid],small)}--></a></div>
<p<!--{if $ols[$value[uid]]}--> class="online_icon_p" title="在线"<!--{/if}-->><a href="space.php?uid=$value[uid]" title="{$_SN[$value[uid]]}">{$_SN[$value[uid]]}</a></p>
</li>
<!--{/loop}-->
</ul>
</div>
<div class="index_right_box">
<div class="index_register">
<!--{template do_register1}-->
</div>
</div>
</div>
</div>
<div id="narrow">
<div class="login_box">
<h3> 豆联是一个真实的粉丝社交网络</h3>
<form id="loginform" name="loginform" class="login_form" action="do.php?ac=$_SCONFIG[login_action]&$url_plus&ref" method="post">
<p><label for="username">用户名</label> <input type="text" name="username" id="username" class="t_input" value="$membername" tabindex="1" /></p>
<p><label for="password">密 码</label> <input type="password" name="password" tabindex="2" id="password" class="t_input" value="$password" /></p>
<p><input type="checkbox" id="cookietime" name="cookietime" value="315360000" tabindex="3"$cookiecheck style="margin-bottom: -2px;"><label for="cookietime">下次自动登录</label></p>
<p>
<input type="hidden" name="refer" value="space.php?do=home" />
<input type="submit" id="loginsubmit" name="loginsubmit" value="登录" class="submit" tabindex="4" />
<a href="do.php?ac=lostpasswd">忘记密码?</a>
<input type="hidden" name="formhash" value="<!--{eval echo formhash();}-->" />
</p>
</form>
</div>
<div class="searchfirend">
<div class="ye_r_t"><div class="ye_l_t"><div class="ye_r_b"><div class="ye_l_b">
<h3>寻找志同道合的粉丝</h3>
<form method="get" action="cp.php">
<p>
<input type="radio" name="sex" value="0"> 不限性别
<input type="radio" name="sex" value="1"> 帅哥
<input type="radio" name="sex" value="2" checked> 美女
</p>
<p id="residecitybox">
<script type="text/javascript" src="source/script_city.js"></script>
<script type="text/javascript">
<!--
showprovince('resideprovince', 'residecity', '', 'residecitybox');
showcity('residecity', '', 'resideprovince', 'residecitybox');
//-->
</script>
<input type="hidden" name="ac" value="friend">
<input type="hidden" name="op" value="search">
<input type="hidden" name="type" value="all">
<input type="hidden" name="searchmode" value="1" />
<input type="submit" name="findsubmit" value="找人" class="submit" />
</p>
</form>
</div></div></div>
</div>
</div>
<iframe id="iframeid" name="ifrmname" frameborder="0" scrolling="No" src="http://t.doulian.com/index.php?mod=share&code=1" width="100%" height="100%"></iframe>
</div>
</div>
<!--{template footer}-->
加的是
<iframe id="iframeid" name="ifrmname" frameborder="0" scrolling="No" src="http://t.doulian.com/index.php?mod=share&code=1" width="100%" height="100%"></iframe>
请问如何才能解决啊!
|