将文本与 html 表单的右边缘对齐
我有一个 html 表单,其中文本区域的宽度用 cols= 指定。我希望文本区域具有特定的字符数宽度。
但是,我还希望一些控件右对齐到文本区域的右边缘。它们不在文本区域中,而是在文本区域的正上方或正下方。可以这样做吗?
我在想一种可能的方法可能是用某种类型的容器包围文本区域,该容器可以增长到文本区域的宽度,但我不确定如何在其中右对齐文本。
I have an html form where the width of a textarea is specified with cols=. I want the textarea to have a specific width in terms of number of characters.
However, I also want some controls to be right-justified to the right edge of the textarea. They're not in the textarea, but directly above or below it. Is it possible to do this?
I was thinking a possible approach might be enclosing the textarea with some type of container that could grow to the width of the textarea, but I'm not sure how I could right-justify text within that.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
像这样:
Like this: