易截截图软件、单文件、免安装、纯绿色、仅160KB

asp里面table怎么居中 - Web 开发 / ASP

请看完我的具体描述 并不是一个align="center"能解决的


页面里有3个分开的table,横着排列的,□□□这样,table1、table2、table3

但是直接在外面加table 设置为center这样不成,里面会竖着排列成3个table框,都给居中了

请问这table1、table2、table3改怎么设置位置
还是怎么设置整个table的位置


-------------------------------------------------------------
  哪里表达不清 您不明白的 请到我页面留言,可以+QQ请教

每个table 加上 style="display:inline"

<table>
<tr>
<td><table1></td>
<td><table2></td>
<td><table3></td>
</tr>
</table>

Table 嵌套也可以。

<table align="center">
  <tr>
  <td align="center">
<table align="center">
<tr>
<td>1111</td>
</tr>
</table>
</td>
<td align="center">
<table align="center">
<tr>
<td>1111</td>
</tr>
</table>
</td>
<td align="center">
<table align="center">
<tr>
<td>1111</td>
</tr>
</table>
</td>


相关问答:

asp网站的伪静态问题. - Web 开发 / ASP

万网的服务器支持伪静态的,直接用rewrite在web.config文件写规则,也不用安装组件就可以实现伪静态,但是在时代互联服务器就用不了了,咨询它的客服,他说他们服务器(基本型C)不支持伪静态的.请问一下各位我该用什么方法 ......

asp.net 页面限时提交 如何实现 - .NET技术 / ASP.NET

1.asp.net做的一个答题页面,如何实时限时后自动提交,请大家给点思路
限时的时间信息存放在数据库中
2.如果答题时间设置的较长,如何方式session超时后页面无效
谢谢
用js方法来控制
回复内容太短了。。

js ......

asp.net 2.0中使用树的问题 - .NET技术 / ASP.NET

使用的是框架自带的treeview
绑定显示,能够按照正确的形式显示出来
但一点击就会报错
程序集“System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a”中的类型“System.Web.UI.WebCo ......

ASP。net中怎么调用Com+组建 - .NET技术 / ASP.NET

C# code:

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Runtime.InteropServices;
nam ......

ASP怎样实现关键字过滤? - Web 开发 / ASP

各位:我的论坛程序需要关键字过滤,请问这样的效果怎样实现呢?谁有源码贴一下,谢了。
用replace噻

<script language="javascript">
var x = "1,2,3,4312321aaa"
var j = x.repla ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号