It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Board index Programming HTML Forum

How to prevent HTML text getting parsed in a table cell

How to prevent HTML text getting parsed in a table cell

Postby sandeepagarwals on Wed Feb 14, 2007 10:58 am

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
sandeepagarwals
 
Posts: 0
Joined: Wed Feb 14, 2007 10:54 am

Postby abhijeet_thomas on Wed Feb 21, 2007 11:11 am

close the <button></button> tag properly and then come back
User avatar
abhijeet_thomas
 
Posts: 36
Joined: Mon Feb 19, 2007 10:57 am


Who is online

Users browsing this forum: No registered users and 11 guests