Re: How to extract plain HTML instead of formatted?

  •  11-05-2008, 1:56 AM

    Re: How to extract plain HTML instead of formatted?

     
    Thanks Ken for quick reply. I have tried your solution, this is fine when we are in Normal and Preview tab, it is showing the unformatted HTML but there is an issue when we are in HTML tab of editor in this case it is returning encoded HTML  like :

    &lt;table cellspacing="2" cellpadding="2" width="500" border="0"&gt;<BR>&nbsp;&nbsp;&nbsp; &lt;tbody&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
     
    and when we render this HTML again it displays the HTML itself in the Normal view and in Preview mode in Mozilla and Safari it is giving same formatted HTML. Please let me know some solution.
     
    One other main issue is, in Mozilla and Safari whenever we grab the HTML from Normal(design) view it is adding the style to the Table having dotted border and from HTML and Preview it is fine with border 0. This is also happening in your api demo:
     
    http://cutesoft.net/example/JavaScript-API.aspx
     <table style="border: 1px dotted #7f7c75;" bgcolor="#ffffff" border="0" cellpadding="4" cellspacing="4">

    Please reply soon, as we are reporting issues from our clients on this.
     
    Thanks
     

     
     
View Complete Thread