loveToBlade
03-20-2006, 02:21 PM
Maybe I'm just having a doughhead kind of day. This seems like it should be easy, but I haven't found the answer yet. I have a <TD> tag that looks like this:
<TD>
<SMTP><ID>4</ID><TYPE>AAA</TYPE><SENDER>test@test.com</SENDER><RECIPIENT>b@b.com</RECIPIENT><SUBJECT>TestFormat</SUBJECT><MESSAGE><b>This is my message</b></MESSAGE></SMTP>
</TD>
I the table cell to display exactly what is contained within the <TD> tag, but it's stripping off all of the tags. Anybody know what I need to do to display the tags? :confused:
<TD>
<SMTP><ID>4</ID><TYPE>AAA</TYPE><SENDER>test@test.com</SENDER><RECIPIENT>b@b.com</RECIPIENT><SUBJECT>TestFormat</SUBJECT><MESSAGE><b>This is my message</b></MESSAGE></SMTP>
</TD>
I the table cell to display exactly what is contained within the <TD> tag, but it's stripping off all of the tags. Anybody know what I need to do to display the tags? :confused: