表格在单元格中居中显示内容 - 我想要相反的内容

发布于 2024-11-15 23:21:03 字数 381 浏览 1 评论 0原文

我的表格将其内容集中在其垂直中间。我没有对其应用任何样式表,但是:border="0" cellspacing="0" cellpadding="0"

此时它是这样的:

在此处输入图像描述

虽然我想要这样:

在此处输入图像描述

X 不代表简单文本!就我而言,它们是一个表中的其他表:黑匣子是一张表。蓝色和绿色框是表格单元格,红色 X 也是表格。一张表位于蓝色单元格中,一张表位于绿色单元格中。

你对我有什么建议吗?

My table is centering its contents right in the vertical-middle of it. I didn't apply any stylesheets to it, but: border="0" cellspacing="0" cellpadding="0".

At this moment it's like this:

enter image description here

Though I want it like this:

enter image description here

The X's do not represent simple text! In my case they're other tables inside one single table: The black box is a table. The blue and green boxes are table cells and the red Xes are also tables. One table in the blue - and one table in the green cell.

Do you have any advice for me?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

缪败 2024-11-22 23:21:03

表格单元格默认垂直居中。给每个细胞

vertical-align: top;

修复它。

Table cells are vertically centered by default. Give each cell

vertical-align: top;

to fix it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文