Textile:如何使表格单元格中的所有文本居中?

发布于 2024-09-11 04:51:05 字数 169 浏览 2 评论 0原文

那么...现在这是我的表格

| Locking | x | x | x | x |
| Public / Private | x | x | x |  Default: Private |

,如何更改它以使某些列居中,或者每个单元格居中?或者只是一个细胞?

So... here is my table

| Locking | x | x | x | x |
| Public / Private | x | x | x |  Default: Private |

now, how do I change it so that certain columns are centered, or that every cell is centered? or just a single cell?

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

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

发布评论

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

评论(1

夜吻♂芭芘 2024-09-18 04:51:07

单个单元格如下居中有关

|=. some-text |

详细信息,请参阅文档用户手册


更新

这是在 github wiki 上测试的表格示例。

整桌居中

表格{text-align:center;}。

table{border:1px solid black; text-align:center;}.
|This|is|a centered table|row|
|This|is|a|row-row-row-row|

替代文本

单细胞中心

|=。居中单元格文本|

table{border:1px solid black; }.
|This|is|a centered table|=. cell|
|This|is|a|row-row-row-row|

替代文本

单单元格格式

单元格必须以 {css code} 开头。(注意空格)。
使用 Textile 格式勾勒出表格每一行中的每个单元格

例如,

|_{border:2px solid black}. Provider |_{border:2px solid black}. Text Email Address|_{border:2px solid black}. Verified?|
|{border:2px solid black}. 3 River Wireless|{border:2px solid black}. [email protected] |{border:2px solid black}. *Not Verified* |

在沙箱中尝试纺织: 沙箱: https://txstyle.org/

A single cell is centered as following

|=. some-text |

For details see documentation or User Manual.


Update

This is a table example tested on github wiki.

Whole table center

table{text-align:center;}.

table{border:1px solid black; text-align:center;}.
|This|is|a centered table|row|
|This|is|a|row-row-row-row|

alt text

Single cell center

|=. centered-cell-text|

table{border:1px solid black; }.
|This|is|a centered table|=. cell|
|This|is|a|row-row-row-row|

alt text

Single cell formatting

The cell must start with {css code}. (mind the space).
Outline Every Cell In Every Row Of A Table Using Textile Formatting

E.g.

|_{border:2px solid black}. Provider |_{border:2px solid black}. Text Email Address|_{border:2px solid black}. Verified?|
|{border:2px solid black}. 3 River Wireless|{border:2px solid black}. [email protected] |{border:2px solid black}. *Not Verified* |

Try textile in a sandbox: Sandbox: https://txstyle.org/

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