ASP.Net 文本框从右到左
在ASP.Net中,光标位于左侧,我想将其放在右侧。
在窗口形式下,属性是从右到左的。
但是ASP.Net中没有
这样如何实现呢?
In ASP.Net, the cursor is on the left side and I would like to put it on the right side.
In Window form, there is right to left in the properties.
But there is none in ASP.Net
How to achieve so?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用css样式:
编辑。示例:
和CSS:
Use css style:
edit. example:
and css:
您也可以简单地使用特定元素的
属性。 8.2 指定文本和表格的方向:dir< /em> 属性
You could simple use the
<dir>
attribute for the specific element as well. 8.2 Specifying the direction of text and tables: the dir attribute