账号通
    

账号  

密码  

4024

查看

14

回复
主题:[求助]5555老大们我来了!!来看看呀!!! [收藏主题] 转到:  
yhwl 当前离线

37

主题

0

广播

0

粉丝
添加关注
级别:学前班

用户积分:346 分
登录次数:6 次
注册时间:2006/11/14
最后登录:2006/11/23
yhwl 发表于:2006/11/17 12:34:00   | 只看该作者 查看该作者主题 楼主 
科汛在线考试系统(NET)

各位老大好呀!!请问一下自定义函数标签怎么样分行分列

http://bbs.kesion.com/dispbbs.asp?boardID=2&ID=13604&page=1

我用的是自定义函数这个我搞好了!!但是为什么只能显示一列!我想让它显示5行5列怎么搞呀!!!


此主题相关图片如下:

下面是代码:

[loop=3]
  <table cellSpacing="0" cellPadding="0" width="160" align="center" border="0">
    <tr>
      <td>
        <table cellSpacing="0" cellPadding="0" width="247" border="0">
          <tr>
            <td>
              <table height="110" cellSpacing="0" cellPadding="0" width="196" border="0">
                <tr>
                  <td width="163" height="124">
                    <table cellSpacing="1" cellPadding="0" bgColor="#e1e1e1" border="0">
                      <tr>
                        <td bgColor="#ffffff" vborder="0">
                          <table cellSpacing="1" cellPadding="0" bgColor="#d7d7d7" border="0">
                            <tr>
                              <td bgColor="#ffffff">
                                <table cellSpacing="1" cellPadding="0" bgColor="#b2b2b2" border="0">
                                  <tr>
                                    <td width="153" bgColor="#ffffff">
                                      <table cellSpacing="0" cellPadding="8" width="100%" border="0">
                                        <tr>
                                          <td>
                                            <table cellSpacing="0" cellPadding="1" width="100%" border="0">
                                              <tr>
                                                <td align="middle" bgColor="#808080"><a href="{$GetInstallDir}Admin/{$Field(id,GetInfoUrl,2,1)}" target="_blank" #808080?(origin,Text,0,...,0,)}? {$Field?(id,Num,0,2)}? #808080?(id,Num,0,2)}? #808080><img height="120" alt="" src="{$GetInstallDir}/127.0.0.1/{$Field(photourl,Text,0,...,0,)}" width="160" border="0"></a></td>
                                              </tr>
                                            </table>
                                            <table cellSpacing="0" cellPadding="0" width="100%" border="0">
                                              <tr>
                                                <td>
                                                <div align="center"><a href="{$GetInstallDir}Admin/{$Field(id,GetInfoUrl,2,1)}" target="_blank">{$Field(title,Text,0,...,0,)} </a></div></td>
                                              </tr>
                                              <tr>
                                                <td>
                                                <div align="center"><font color="#999999">人气:<font color="#999999">{$Field(hits,Num,0,2)}</font> 照片:<font color="#666666">1</font> 投票:{$Field(score,Num,0,2)}</font></div></td>
                                              </tr>
                                            </table>
                                          </td>
                                        </tr>
                                      </table>
                                    </td>
                                  </tr>
                                </table>
                              </td>
                            </tr>
                          </table>
                        </td>
                      </tr>
                    </table>
                  </td>
                </tr>
              </table>
            </td>
          </tr>
        </table>
      </td>
    </tr>
  </table>
[/loop] [loop=3]
  <table cellSpacing="0" cellPadding="0" width="160" align="center" border="0">
    <tr>
      <td>
        <table cellSpacing="0" cellPadding="0" width="247" border="0">
          <tr>
            <td>
              <table height="110" cellSpacing="0" cellPadding="0" width="196" border="0">
                <tr>
                  <td width="163" height="124">
                    <table cellSpacing="1" cellPadding="0" bgColor="#e1e1e1" border="0">
                      <tr>
                        <td bgColor="#ffffff" vborder="0">
                          <table cellSpacing="1" cellPadding="0" bgColor="#d7d7d7" border="0">
                            <tr>
                              <td bgColor="#ffffff">
                                <table cellSpacing="1" cellPadding="0" bgColor="#b2b2b2" border="0">
                                  <tr>
                                    <td width="153" bgColor="#ffffff">
                                      <table cellSpacing="0" cellPadding="8" width="100%" border="0">
                                        <tr>
                                          <td>
                                            <table cellSpacing="0" cellPadding="1" width="100%" border="0">
                                              <tr>
                                                <td align="middle" bgColor="#808080"><a href="{$GetInstallDir}Admin/{$Field(id,GetInfoUrl,2,1)}" target="_blank" #808080?(origin,Text,0,...,0,)}? {$Field?(id,Num,0,2)}? #808080?(id,Num,0,2)}? #808080><img height="120" alt="" src="{$GetInstallDir}/127.0.0.1/{$Field(photourl,Text,0,...,0,)}" width="160" border="0"></a></td>
                                              </tr>
                                            </table>
                                            <table cellSpacing="0" cellPadding="0" width="100%" border="0">
                                              <tr>
                                                <td>
                                                <div align="center"><a href="{$GetInstallDir}Admin/{$Field(id,GetInfoUrl,2,1)}" target="_blank">{$Field(title,Text,0,...,0,)} </a></div></td>
                                              </tr>
                                              <tr>
                                                <td>
                                                <div align="center"><font color="#999999">人气:<font color="#999999">{$Field(hits,Num,0,2)}</font> 照片:<font color="#666666">1</font> 投票:{$Field(score,Num,0,2)}</font></div></td>
                                              </tr>
                                            </table>
                                          </td>
                                        </tr>
                                      </table>
                                    </td>
                                  </tr>
                                </table>
                              </td>
                            </tr>
                          </table>
                        </td>
                      </tr>
                    </table>
                  </td>
                </tr>
              </table>
            </td>
          </tr>
        </table>
      </td>
    </tr>
  </table>
[/loop]

上次一个老大说一个图加一个[loop=3] ..[/loop]我加了怎么显示的都是一样的呀!!

老大们有没有其它的办法呀!!

小弟在这里谢谢你们了!!俺是新手!!

还有用CSS哪里控制??不知道!!

求求大家了说一下嘛!!!

唉问了几天了!

 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
乖宝宝 当前离线

2059

主题

0

广播

1

粉丝
添加关注
级别:高二年

用户积分:3528 分
登录次数:567 次
注册时间:2006/11/3
最后登录:2017/3/2
乖宝宝 发表于:2006/11/18 14:11:00   | 只看该作者 查看该作者主题 沙发 
科汛在线考试系统(NET)

不是给你说了.用css控制

 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
yhwl 当前离线

37

主题

0

广播

0

粉丝
添加关注
级别:学前班

用户积分:346 分
登录次数:6 次
注册时间:2006/11/14
最后登录:2006/11/23
yhwl 发表于:2006/11/18 14:06:00   | 只看该作者 查看该作者主题 藤椅 
科汛在线考试系统(NET)

我顶为什么没有人来了

 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
yhwl 当前离线

37

主题

0

广播

0

粉丝
添加关注
级别:学前班

用户积分:346 分
登录次数:6 次
注册时间:2006/11/14
最后登录:2006/11/23
yhwl 发表于:2006/11/18 14:21:00   | 只看该作者 查看该作者主题 板凳 
科汛在线考试系统(NET)

那一个CSS呀!!什么名字

 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
乖宝宝 当前离线

2059

主题

0

广播

1

粉丝
添加关注
级别:高二年

用户积分:3528 分
登录次数:567 次
注册时间:2006/11/3
最后登录:2017/3/2
乖宝宝 发表于:2006/11/18 14:23:00   | 只看该作者 查看该作者主题 报纸 
科汛在线网校系统
以下是引用yhwl在2006-11-18 14:21:54的发言:

那一个CSS呀!!什么名字

css自己建啊,你没有网页制作基础吗?

 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
yhwl 当前离线

37

主题

0

广播

0

粉丝
添加关注
级别:学前班

用户积分:346 分
登录次数:6 次
注册时间:2006/11/14
最后登录:2006/11/23
yhwl 发表于:2006/11/18 14:21:00   | 只看该作者 查看该作者主题 地板 
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
yhwl 当前离线

37

主题

0

广播

0

粉丝
添加关注
级别:学前班

用户积分:346 分
登录次数:6 次
注册时间:2006/11/14
最后登录:2006/11/23
yhwl 发表于:2006/11/18 14:00:00   | 只看该作者 查看该作者主题 7楼 
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
yhwl 当前离线

37

主题

0

广播

0

粉丝
添加关注
级别:学前班

用户积分:346 分
登录次数:6 次
注册时间:2006/11/14
最后登录:2006/11/23
yhwl 发表于:2006/11/18 13:53:00   | 只看该作者 查看该作者主题 8楼 

标签类型: 普通标签

是可以的这个我也试过了!!为什么用标签类型: 终级分页标签

他就不一样了呢!!就都变成一列或一行了!!!!!!!!!!!!!!!!!

55555555555怎么搞呀!!

不可以分页??

 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
alluse 当前离线

1654

主题

0

广播

0

粉丝
添加关注
级别:高一年

用户积分:2915 分
登录次数:189 次
注册时间:2006/10/25
最后登录:2008/6/8
alluse 发表于:2006/11/17 15:53:00   | 只看该作者 查看该作者主题 9楼 
科汛智能建站系统
我给你说了那么多,反正我测试是可以的。
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
daiyy 当前离线

312

主题

0

广播

0

粉丝
添加关注
级别:三年级

用户积分:3016 分
登录次数:334 次
注册时间:2006/4/30
最后登录:2009/3/20
daiyy 发表于:2006/11/17 14:30:00   | 只看该作者 查看该作者主题 10楼 
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
<上一主题 | 下一主题 >
Powered By KesionCMS Version X1
厦门科汛软件有限公司 © 2006-2016 页面执行0.21875秒 powered by KesionCMS 9.0