如何在htmlEditorExtender中显示目标文本框左侧的文本 [英] how to show text on left side of targeted textbox in htmlEditorExtender

查看:90
本文介绍了如何在htmlEditorExtender中显示目标文本框左侧的文本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hello expert,

我在page.code中的文本框上使用了htmlEditorExtender

Hello expert,
I am using a htmlEditorExtender on a textbox in my page.code is

<asp:TextBox ID="txt_ImpCat1" runat="server" Rows="5" TextMode="MultiLine"
                                   Width="95%"></asp:TextBox>
                               <asp:HtmlEditorExtender ID="txt_ImpCat1_HtmlEditorExtender" runat="server"
                                   Enabled="True" TargetControlID="txt_ImpCat1" >
                                   <Toolbar><asp:InsertOrderedList  /></Toolbar>
                               </asp:HtmlEditorExtender>





我的问题是当我开始输入文字时,它从文本框的中间开始。但我想从头开始剩下 。如何解决这个问题,请帮忙



谢谢



如果我写的话没有文本框问题文本框然后它左对齐,但如果我写HTMLEditorExtender然后它显示在中心...问题如果我使用HTMLEditorExtender



plz help



My problem is when i start entering text ,It start in middle of text box .But i want to start with left . How to solve this problem , please help

Thanks

no issue with text box if i write in textbox then it is left align but if i write by HTMLEditorExtender then it is shown in center... issue in if i use HTMLEditorExtender

plz help

推荐答案

默认情况下,文本将保持对齐。检查是否有任何其他CSS类正在影响此行为。
By default, the text will be left aligned. Check whether any other CSS class is effecting this behavior.


这篇关于如何在htmlEditorExtender中显示目标文本框左侧的文本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆