1/1页1 跳转到查看:2836
发新话题 回复该主题
键盘左右键可以进行前后翻页操作
帮助

[] [求助]我想知道这个样子的首页调用怎么加啊?

[求助]我想知道这个样子的首页调用怎么加啊?


  高手谁知道,告诉我下!谢谢!我是菜鸟!我想知道修改哪个模版文件?具体代码怎么写!谢谢!
  另:希望好心人告诉我每个模版文件代表的具体位置!谢谢!

TOP

 

回复:[求助]我想知道这个样子的首页调用怎么加啊?

你的这个截图的格式我觉得很不错。。。

在线等高手。

TOP

 

回复:[求助]我想知道这个样子的首页调用怎么加啊?

关注

TOP

 

回复:[求助]我想知道这个样子的首页调用怎么加啊?

不知道,等...

TOP

 

回复:[求助]我想知道这个样子的首页调用怎么加啊?

用CSS就可以实现

TOP

 

回复: [求助]我想知道这个样子的首页调用怎么加啊?

把下面的代码复制

<table cellspacing="0" cellpadding="4" width="100%"><tbody><tbody>
<tr>
<td width="33%"><FIELDSET align=center><LEGEND align=center>最新发表的主题 TOP 5</LEGEND><script type="text/javascript" src="tools/showtopics.aspx?count=5&length=40&cachetime=40"></script></FIELDSET></td>
<td width="33%"><FIELDSET align=center><LEGEND align=center>点击最多的主题 HOT 5</LEGEND><script type="text/javascript" src="tools/showtopics.aspx?count=5&order=1&template=0&length=40&cachetime=40"></script></FIELDSET></td>
<td width="33%"><FIELDSET align=center><LEGEND align=center>行知论坛精华帖 BEST 5</LEGEND><script type="text/javascript" src="tools/showtopics.aspx?count=5&order=1&digest=1&length=40&cachetime=40"></script></FIELDSET></td>
</tr>
</tbody></table>


粘贴到模版 index.htm 中<%template _pagewordadlist%>一行下面

TOP

 

回复:[求助]我想知道这个样子的首页调用怎么加啊?

不错,我也是这样的。
可以到我的站看效果。

http://bbs.aj99.cn/

TOP

 

死活调不出来,大家帮我看看 我的index.asp文件

<?xml version="1.0" encoding="gb2312"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<%@LANGUAGE="JAVASCRIPT" CODEPAGE="936"%>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>index.asp</title>
</head>

<body>
<%template _pagewordadlist%>
<table cellspacing="0" cellpadding="4" width="100%"><tbody><tbody>
<tr>
<td width="33%"><FIELDSET align=center><LEGEND align=center>最新发表的主题 TOP 5</LEGEND><script type="text/javascript" src="tools/showtopics.aspx?count=5d%22ngth=40&cachetime=40"></script></FIELDSET></td>
<td width="33%"><FIELDSET align=center><LEGEND align=center>点击最多的主题 HOT 5</LEGEND><script type="text/javascript" src="tools/showtopics.aspx?count=5(%22der=1&template=0d%22ngth=40&cachetime=40"></script></FIELDSET></td>
<td width="33%"><FIELDSET align=center><LEGEND align=center>行知论坛精华帖 BEST 5</LEGEND><script type="text/javascript" src="tools/showtopics.aspx?count=5(%22der=1&digest=1d%22ngth=40&cachetime=40"></script></FIELDSET></td>
</tr>
</tbody></table>
<table border="0" cellspacing="0" cellpadding="0" width="98%">
<td valign="top"><div align="center">
<iframe src="http://www.cctv.com/homepage/46/index.shtml" name="express" width="350" height="16" marginwidth="0" marginheight="0" frameborder="0" scrolling="no"></iframe>
</div>
</table>

</body>
</html>



到底错在那?

TOP

 
1/1页1 跳转到
发表新主题 回复该主题