Hi,
I have a web application that uses WYSIWYG editor to type the text. User can change the font , color and other things. Once they hit the save button I store the corresponding HTML that is generated behind the scene in the database. Now I want to send an e-mail and want to paste html text generated by the user into a microsoft word doc. If I just paste the HTML text, it shows all those html tags. Is there any way I can paste this HTML text in an active document so that it doesn't show mr those htML TAGS.
but in fact apply those tags.
Thanks in advance
I have a web application that uses WYSIWYG editor to type the text. User can change the font , color and other things. Once they hit the save button I store the corresponding HTML that is generated behind the scene in the database. Now I want to send an e-mail and want to paste html text generated by the user into a microsoft word doc. If I just paste the HTML text, it shows all those html tags. Is there any way I can paste this HTML text in an active document so that it doesn't show mr those htML TAGS.
but in fact apply those tags.
Thanks in advance