Skip to Content
0
Former Member
Feb 27, 2009 at 12:27 PM

Reg: HTML Content display

44 Views

Hi All,

I am having a requirement of displaying a HTML content(which is in internal table) in a text editor. Generally HTML content will have tags as shown below.

<html>
<head>   <title>Sample</title>  </head>
<body>
<basefont size=1>
<table border>
<tr>   <th>Bengaluru<th>  </tr>
<tr>   <th>Pune<th>         </tr>
<tr>   <th>Delhi<th>         </tr>
<tr>   <th>Goa<th>          </table>
</body>
</html>

I have to display this content in text editor with out these tags as if it is shown when we open this document in browser. Awaiting replies

Thanks,

Ravee..