缺少表格单元格 [英] Missing Table cell

查看:77
本文介绍了缺少表格单元格的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hai all,

我有一个HTML表格。我的表在浏览器中呈现,如下所示。但是在IE浏览器中只会导致这个问题。


< td> < TD> < TD> < td>

< td> 小姐< td> < TD> < TD> - >第2个位置缺少单元格并在结束时呈现

< td> < TD> < TD> < td>

< td> < TD> 小姐< td> < TD> - >在第3个位置缺少单元格并在结束时呈现

< td> < TD> < TD> < td>


我该如何处理?这类问题的原因是什么?

Hai all,
I have a table in HTML. My table Rendered in browser like the below. But in IE browser only cause this Problem.

<td> <td> <td> <td>
<td> miss <td> <td> <td> --> Missing Cell at 2nd position and rendered at End
<td> <td> <td> <td>
<td> <td> miss <td> <td> --> Missing Cell at 3rd position and rendered at End
<td> <td> <td> <td>

How can i handle this? What is the Reason for this type of Problem?

推荐答案

HTML源代码是什么样的?
what does the HTML source code look like?


我正在使用用于绑定表中数据的Asp.net技术。


我的表格的Html代码如下
I am using Asp.net techniques for Binding data in the table.

My Html Code for table is below
展开 | 选择 | 换行 | 行号


好吧,浏览器正确地渲染你的表。 失踪表格单元格是由您插入的rowpans引起的。
well, the browser is rendering your table correctly. the "missing" table cells are caused by the rowspans you inserted.


这篇关于缺少表格单元格的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆