Posted on: 5/21/2015 3:15:27 AM | Views : 747

Hello All,
I am working on a editor and using System.windows,Forms.WebBrowser control.
I have a requirement where i need to insert a tag<R></R>, what i have to do just need to put opening tag <R> in starting of selection and closing tag </R> in the end of selection. No matter what we selected, may be half paragraph including half table or any other half or full HTML  control.
I tried to find Commands to use in document.execCommand but didn't find any.
It will also work if there is any such command which insert some other tag in this way, i will replace it with required one. I tried anchor but it doesn't work with table.
will be thankful for Any help or suggestion. 
Thanks & Regards,
Dhiraj

Go to the complete details ...