Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
60
Using infragistics web html editor browser Problem
posted

hi

When i am using html editor in crome it is coming good.when we using same thing in ie browser text adding with Paragraph tag(<p>) when u click on browser icon in html editor it is giving more space between lines

I verified both browser in crome the text in div tags in <p> tags how can i fix this problem

Parents
  • 17590
    Offline posted

    Hello reddy santhu

    Thank you for contacting Infragistics!

    A lot of the functionalities in WebHtmlEditor are handled by each browser engine. For instance,  tags added in the html code are browser specific behavior.  IE is using the <p> tag, Mozilla Firefox is using <br> tag and Google chrome is using <div> tag. If you want to make sure that the used tag is <br> you should set UseLineBreak property of WebHtmlEditor to true(Mozilla and Chrome do this by default, but for IE this will force a newline instead of  a new paragraph). Additionally, this will eliminate the extra spaces between lines. More information concerning this topic may be found at:

    http://es.infragistics.com/community/forums/p/73628/374739.aspx

    Feel free to contact me if you have any additional questions concerning this matter.

     

     

     

Reply Children
No Data