发新话题
打印

[X-Space] 关于个人空间首页最新日志没有分页问题(歪解)

关于个人空间首页最新日志没有分页问题(歪解)

关于个人空间首页最新日志没有分页问题(偏方)
因为确实还没有找到比较好的办法
所以我这里提供一个 偏方
其实就是利用 日志中的“我的空白模块”
这里可以自己设定5个我的模块的标题和内容,填写的内容支持普通的html语言,但不支持iframe、Javascrīpt等脚本调用因此这个偏方虽然有了分栏但是由于技术有限 不是自动增添新加的页数
如果发表多过一页,可以用这个方法暂显分栏
我的博客大家可以去看一下http://www.owshine.com/?2
我在 “空白模块”里的代码

<P>
<TABLE class=xspace-page cellSpacing=2 cellPadding=0 summary=multipages border=0>
<TBODY>
<TR>
<TD class=xspace-totlerecord>28</TD>
<TD class=xspace-totlepages>1/2</TD>
<TD class=xspace-current>1</TD>
<TD><A href="http://www.owshine.com/bbs/<A%20href=" target=_blank http: www.owshine.com index.php 2 action_spacelist_type_blog_page_2.html?><FONT color=#000000>http://www.owshine.com/index.php/2/action_spacelist_type_blog_page_2.html</FONT></A>" target="_self"&gt;2</A></TD>
<TD><A href="http://www.owshine.com/bbs/<A%20href=" target=_blank http: www.owshine.com index.php 2 action_spacelist_type_blog_page_2.html?><FONT color=#000000>http://www.owshine.com/index.php/2/action_spacelist_type_blog_page_2.html</FONT></A>" target="_self"&gt;&gt;</A></TD></TR></TBODY></TABLE><BR>

熟悉的朋友看到这里应该就明白了 下面的可以不用看了
第一次接触的朋友 或者 不太明白的朋友可以继续看下来

[ 本帖最后由 jiantian 于 2006-12-20 14:53 编辑 ]
附件: 您所在的用户组无法下载或查看附件

TOP

这里详细介绍一下代码
<table summary="multipages" class="xspace-page" border="0" cellpadding="0" cellspacing="2"><tbody><tr><td class="xspace-totlerecord">28</td><td class="xspace-totlepages">1/2</td><td class="xspace-current">1</td><td><a href="http://www.owshine.com/index.php/2/action_spacelist_type_blog_page_2.html" target="_self">2</a></td><td><a href="http://www.owshine.com/index.php/2/action_spacelist_type_blog_page_2.html" target="_self">></a></td></tr></tbody></table>

在上面2处红色超级链接处
改称你的链接,就是我最后一张的连接
换乘你们自己的就可以了

[ 本帖最后由 jiantian 于 2006-11-24 01:39 编辑 ]
附件: 您所在的用户组无法下载或查看附件

TOP

发新话题