thanks for rplying. But how to append "html" string ?? my html file looks like:
<HTML>
<HEAD>
<TITLE><TITLE>
</HEAD>
<BODY>
<Table border="0" cellpadding="0" cellspacing="0" style="Width:100%;">
<TR>
<TD>
<Table border="0" cellpadding="0" cellspacing="0" style="Width:100%;">
<TR>
<TD COLSPAN="2"><BR /></TD>
</TR>
<TR style="background-color:LightBlue;">
<TD>
To:</TD>
<TD>aavriti.goyal@TCS.com; aavriti.mittal@gma il.com</TD>
</TR>
<TR style="background-color:LightBlue;">
<TD>
Attachments:
</TD>
<TD>Sample.doc</TD>
</TR>
</table>
</TD>
</TR>
<TR>
<TD>
<Table border="0" cellpadding="0" cellspacing="0" style="Width:100%;">
<TR style="font-size:5pt;"><TD> </TD></TR>
<TR>
<TD>Classification:</TD>
<TD>Classification Value</TD>
</TR>
<TR>
<TD>Authorized By:</TD>
<TD>DTG Value</TD>
it contains double quotes as well that QString doesnt understand. pls suggest.
Bookmarks