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
Hello reddy santhu,
Do not hesitate to contact me if you need any further support.
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.