Skip to Content
0
Former Member
Dec 05, 2007 at 09:07 AM

Crystal Report 11 Not Interpreting HTML Field

41 Views

Post Author: Shakeel Ahmad

CA Forum: General

Hello Everybody!I am using the Crystal Report 11 and some of the fields displaying on the report has HTML data (<table> and other tags), but this field is not maintaining its formating even though I changed the Text Interpretation property of the Report field to HTML.For Example, I have the following data in a field<table cellspacing="1" cellpadding="1" width="200" border="1"> <tbody> <tr> <td>First</td> <td>Second</td> </tr> <tr> <td>Third</td> <td>Fourth</td> </tr> </tbody></table> But its output on the CR11 is

FirstSecond

ThirdFourth

The majour problem is for the <td> tag. Thanks for any solution to this problem.