I have snippets of Html stored in a table - not entire pages, no tags or the like, just basic formatting.
I would like to be able to display that Html as text only - no formatting - on a given page (actually just the first 30 - 50 characters but that's the easy bit).
How do I place the "text" within that Html into a string as straight text?
So;
Hello World.
Is there anyone out there?
becomes:
Hello World. Is there anyone out there?
