Hello, I fear this is a dumb question, but I can't seem to find the answer. Pretty sure what that makes me......
I have C# generated HTML (HtmlGenerator), to which I sometimes want to insert a line break at a certain part of a cell's innertext.
Here is how that comes out:
<TD >There are lots of extra < br /> words here </TD>
This then displays the <br/>
as a part of my cell text - not good.
Am I missing an easy way to have the <br/>
preserved and not converted to <, etc...?
thanks