Hi,
I have a table cell which contains HTML text. The problem here is the text gets parsed and paints the HTML controls in table cell which is not what i want. Please let me know how to do it.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body>
<table id="propertiesTab" cellpadding="2" cellspacing="0" border="0"
style="border: 1px solid blue;">
<tbody>
<tr>
<td>
<button <target-window name="PropertiesWindow" width="700" height="480" resizable="true" modal="false"/>Click
</button>
</td>
</tr>
</tbody>
</table>
</body>
</html>
Thanks
Sandeep



