缩进文本区域内的所有行
是否可以在文本区域中对每一行进行缩进?我使用的是手写字体,每行的第一个字母被稍微切断。我已经使用了填充和边距,但这不起作用。
非常感谢。
埃里克
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
不知道 \t 但是
肯定适用于文本区域的所有行。
Don't know about \t but
would definitely work for all the rows of a text-area.
您尝试过使用 \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.
在 Chrome 69.0.3497.92 中,这仅对文本区域中的第一行进行缩进:
in Chrome 69.0.3497.92, This gives indent only for the first line in textarea: