gpt4 book ai didi

html - 如何编辑 `` 中 `HTMLTable` header 的 css?

转载 作者:行者123 更新时间:2023-11-28 15:43:14 25 4
gpt4 key购买 nike

我想将标题表周围的边框颜色从包 HTMLTable 提供的默认灰色更改为黑色。由于某种原因,我无法弄清楚这一点。我尝试了以下方法:

htmlTable(data, css.table = "margin-top: 0.5px; margin-bottom: 0.5px; border: 1.5px solid black;", css.cgroup="border-bottom: 1px solid black; border-top: 1.5px solid black; text-align: center;", file = "data.html")

我也将 css.cgroup 更改为 css.rgroup 但没有任何反应。非常感谢您的帮助!

最佳答案

一定有更好的方法可以使用 HTMLTable 包来做到这一点,但这将达到目的:

mytableout <-htmlTable(data)

sink("data.html")
cat("<style>th {border-bottom: 1px solid black !important;border-top: 2px solid black !important;}</style>")
print(mytableout,type="html",useViewer=TRUE)
sink()

黑色:

Black

灰色:

Grey

关于html - 如何编辑 `<TH></TH>` 中 `HTMLTable` header 的 css?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43173887/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com