主题:  像这个论坛一样两个表格叠在一起而上下边只显一条怎做?!

爱多媒体爱生活

职务:普通成员
等级:2
金币:1.0
发贴:303
#12003/6/30 14:26:55
像这个论坛一样~~

当你执行循环的时候也把表格都循环~~

但是两个表格加在一起,在叠上的边上就是两条线加上啦!!这样会变粗~~

但是像这个论坛就不会有这个问题!!到底是怎样做的呢???



浮尘

职务:普通成员
等级:3
金币:7.0
发贴:1258
#22003/6/30 15:20:41
????不懂!!!!



dqmh

职务:普通成员
等级:1
金币:0.0
发贴:23
#32003/6/30 15:22:59
用CSS把表格的下边不显示不就可以了嘛!



爱多媒体爱生活

职务:普通成员
等级:2
金币:1.0
发贴:303
#42003/6/30 15:43:46
怎样将表格下边不显示~~请指教~~



dqmh

职务:普通成员
等级:1
金币:0.0
发贴:23
#52003/6/30 15:48:45
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<style type="text/css">
<!--
.unnamed1 {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-top-color: #666666;
    border-right-color: #666666;
    border-bottom-color: #666666;
    border-left-color: #666666;
}
-->
</style>
</head>

<body>

&nbsp;

</body>
</html>

编辑历史:[此帖最近一次被 allinhands 编辑过(编辑时间:2004-10-12 13:50:28)]


dqmh

职务:普通成员
等级:1
金币:0.0
发贴:23
#62003/6/30 15:50:20
定义四周的边:边的宽、样式、颜色。
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: none;
border-left-style: solid;
border-top-color: #666666;
border-right-color: #666666;
border-bottom-color: #666666;
border-left-color: #666666;



缺缺

职务:管理员
等级:8
金币:41.0
发贴:9620
#72003/6/30 18:04:56
做细线表格论坛有,然后循环时选择tr循环好叻



爱多媒体爱生活

职务:普通成员
等级:2
金币:1.0
发贴:303
#82003/6/30 22:13:58
只循环<tr>不会有边线并叠吗??

编辑历史:[此帖最近一次被 allinhands 编辑过(编辑时间:2004-10-12 13:52:48)]


缺缺

职务:管理员
等级:8
金币:41.0
发贴:9620
#92003/7/1 1:06:49
<table width="90%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#003366">
<%
while not(rs.eof or rs.eof)
%>
<tr>
<td bgcolor=#FFFFFF>XXX<td>
</tr>
<% rs.movenext
wend %>
</table>

嗯,基本上就是这样得模式

编辑历史:[此帖最近一次被 allinhands 编辑过(编辑时间:2004-10-12 13:51:02)]


爱多媒体爱生活

职务:普通成员
等级:2
金币:1.0
发贴:303
#102003/7/1 10:11:47
你怎么会设border=0??

先试试~~



czweb

职务:普通成员
等级:1
金币:0.0
发贴:13
#112004/10/12 10:45:46
要是这样的话,最后一行怎么办,下面启不是没有线啦



绿茶

职务:普通成员
等级:8
金币:10.0
发贴:19267
#122004/10/12 13:09:36
<table border="0" cellspacing="1" width="100%" bgcolor="#242424">
<tr>
<td width="50%" bgcolor="#FFFFFF"> </td>
<td width="50%" bgcolor="#FFFFFF"> </td>
</tr>
<tr>
<td width="50%" bgcolor="#FFFFFF"> </td>
<td width="50%" bgcolor="#FFFFFF"> </td>
</tr>
</table>

用填充色也是一种办法



czweb

职务:普通成员
等级:1
金币:0.0
发贴:13
#132004/10/12 13:46:22
germchen在上个帖子中说
引用:
<table border="0" cellspacing="1" width="100%" bgcolor="#242424">
<tr>
<td width="50%" bgcolor="#FFFFFF"> </td>
<td width="50%" bgcolor="#FFFFFF"> </td>
</tr>
<tr>
<td width="50%" bgcolor="#FFFFFF"> </td>
<td width="50%" bgcolor="#FFFFFF"> </td>
</tr>
</table>

用填充色也是一种办法




那怎么用asp和数据库结合用呢,比如下面这个页面,这样的表格循环有问题
图片如下:


源码在这,请高手帮忙改一下
<!--#include file="conn.asp"-->

<b><a href="say.asp">发表帖子</a></b><br><br>
<div align="center">
<center>
<table width="100%" height="26" border="0" cellspacing="1" bordercolor="#000000" bgcolor="#000000">
<tr bgcolor="#FFFFFF">
<td width="4%" nowrap><div align="center"><strong>项目</strong></div></td>
<td width="8%" nowrap><div align="center"><strong>项目名称</strong></div></td>
<td width="8%" nowrap><div align="center"><strong>甲方名称</strong></div></td>
<td width="6%" nowrap><div align="center"><strong>联系人</strong></div></td>
<td width="8%" nowrap><div align="center"><strong>联系方式</strong></div></td>
<td width="8%" nowrap><div align="center"><strong>协议内容</strong></div></td>
<td width="8%" nowrap><div align="center"><strong>提资时间</strong></div></td>
<td width="10%" nowrap><div align="center"><strong>模型负责人</strong></div></td>
<td width="8%" nowrap><div align="center"><strong>模型时间</strong></div></td>
<td width="10%" nowrap><div align="center"><strong>后期负责人</strong></div></td>
<td width="8%" nowrap><div align="center"><strong>后期时间</strong></div></td>
<td width="8%" nowrap><div align="center"><strong>项目状态</strong></div></td>
<td width="6%" nowrap><div align="center"><strong>备注</strong></div></td>
</tr>
</table>
</center>
</div><hr size="1" color="#FF0000">
<%i=1
set showbbs=conn.execute("select*from bbs order by id desc"
do while not showbbs.eof
%>
<table width="100%" height="26" border="0" cellspacing="1" bordercolor="#000000" bgcolor="#000000">
<tr bgcolor="#FFFFFF" onmouseover="this.style.background='#BDDFFF'" onmouseout="this.style.background='#FFFFFF'" >
<td width="4%" nowrap><div align="center"><%=showbbs("name"%></div></td>
<td width="8%" nowrap><div align="center"><a href="show.asp?id=<%=showbbs("id"%>"><%=showbbs("title"%></a></div></td>
<td width="8%" nowrap><div align="center"></div></td>
<td width="6%" nowrap><div align="center"></div></td>
<td width="8%" nowrap><div align="center"></div></td>
<td width="8%" nowrap><div align="center"></div></td>
<td width="8%" nowrap><div align="center"></div></td>
<td width="10%" nowrap><div align="center"></div></td>
<td width="8%" nowrap><div align="center"></div></td>
<td width="10%" nowrap><div align="center"></div></td>
<td width="8%" nowrap><div align="center"></div></td>
<td width="8%" nowrap><div align="center"></div></td>
<td width="6%" nowrap><div align="center"></div></td>
</tr>
</table>
<%i=i+1
if i>50 then exit do
showbbs.movenext
Loop
showbbs.Close
set showbbs=nothing
%>



蓝鲸

职务:版主
等级:5
金币:42.1
发贴:2614
#142004/10/12 15:37:41
用css比较方便,设置下边框值为0


非常大鱼

缺缺

职务:管理员
等级:8
金币:41.0
发贴:9620
#152004/10/12 15:56:26
czweb在上个帖子中说
引用:
...


你没有认真看别的的回复

是循环tr,不是表格