I make a report with crystal reports 2013. I put in the report a text field witch has the property "Text interpretation" to HTML and witch contents :
<html>
<head>
</head>
<body>
<p><b><u>LINE 1</u></b></p>
<p>LINE 2</p>
<p>LINE 3</p>
</body>
</html>.
When I print this report the first line is printed in bold and underline, the two other lines are printed in bold. The issue is : the first attribut (<b>) is applied to the remainder of the document, not not only to the enclosed text.
I use the runtime "crjava-runtime_12.2.219"
Has anyone an idee about this problem ?
Thanks !