This question is locked. New answers and comments are not allowed.
                        
                        I have a collection of question and responses.  When reading the responses back, I like to retain the HTML it's in.
I thought I could add it to SPAN or PARAGRAPH, but it only sees it as a string.
How would I insert something like this into a RadDocument?
I would like to have as much control over the content as I could. Again, I was creating tables and cells and thought I could insert it there. If there's a better method, I'd like to know.
Thanks in advance!
                                I thought I could add it to SPAN or PARAGRAPH, but it only sees it as a string.
How would I insert something like this into a RadDocument?
<p style="margin-top: 0px;margin-bottom: 12px;line-height: 1.15;"><span style="font-family: 'Times New Roman';font-size: 16px;">Hello World!</span></p>I would like to have as much control over the content as I could. Again, I was creating tables and cells and thought I could insert it there. If there's a better method, I'd like to know.
Thanks in advance!
