缩进文本区域内的所有行

发布于 2024-09-12 02:23:38 字数 95 浏览 4 评论 0原文

是否可以在文本区域中对每一行进行缩进?我使用的是手写字体,每行的第一个字母被稍微切断。我已经使用了填充和边距,但这不起作用。

非常感谢。

埃里克

Is it possible to text indent each line in a textarea? I'm using a handwritten font and the first letter on each line is getting cut off slightly. I've already used padding and margin, but this does not work.

Many thanks.

Erik

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

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

发布评论

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

评论(3

冰雪之触 2024-09-19 02:23:38

不知道 \t 但是

style="padding-left: 4px;"

肯定适用于文本区域的所有行。

Don't know about \t but

style="padding-left: 4px;"

would definitely work for all the rows of a text-area.

绿光 2024-09-19 02:23:38

您尝试过使用 \t 吗?更多细节会更好,您是在编程还是在打字?如果后者是选项卡,您也可以尝试替代代码 - Alt-012

编辑我看到您可能正在谈论 HTML 输入文本区域。您可以将您的问题标记为 HTML,尽管再次查看它,从上下文来看它相当简单。

Have you tried using \t? More details would be good are you programming this or are you typing it? You can also try alt codes if its the latter - Alt-012 is tab.

Edit I see your probably talking about the HTML input textarea. You might tag your question for HTML, though looking at it again it's fairly straight forward from the context.

纸短情长 2024-09-19 02:23:38

在 Chrome 69.0.3497.92 中,这仅对文本区域中的第一行进行缩进:

text-indent: 2em;

in Chrome 69.0.3497.92, This gives indent only for the first line in textarea:

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