Hi Anirudhp,
You can use tr only for paragraph break. It does not preserve column structure of a table.
Refer below for supported HTML tags.
HTML Text Interpretation formatting option supports basic HTML tags for text formatting only.
- Below is the list of supported HTML tags:
-
html
-
body
-
div (causes a paragraph break)
-
tr (causes only a paragraph break; does not preserve column structure of a table)
-
span
-
font
-
p (causes a paragraph break)
-
br (causes a paragraph break)
-
h1 (causes a paragraph break, makes the font bold & twice default size)
-
h2 (causes a paragraph break, makes the font bold & 1.5 times default size)
-
h3 (causes a paragraph break, makes the font bold & 9/8 default size)
-
h4 (causes a paragraph break, makes the font bold)
-
h5 (causes a paragraph break, makes the font bold & 5/6 default size)
-
h6 (causes a paragraph break, makes the font bold & 5/8 default size)
-
center
-
big (increases font size by 2 points)
-
small (decreases font size by 2 points if it's 8 points or larger)
-
b
-
i
-
s
-
strike
-
u
- The supported HTML attributes are:
-
align
-
face
-
size
-
color
- font-family
-
font-size
-
font-style
-
font-weight
- In Crystal Reports 2008 Service Pack 2 and above, the following additional HTML tags and attributes have been added to the supported list:
- In Crystal Reports 2008 Service Pack 3 and above, the following additional HTML tags and attributes have been added to the supported list:
- The supported HTML tag is a (hyperlink)
- The only supported attribute for the hyperlink tag is href.
- Important Note: All other attributes for the hyperlink tag <a> are not supported.
- Example: The attribute: target='_new', to open the hyperlink in a new window is not supported.
Reference : https://userapps.support.sap.com/sap/support/knowledge/en/1217084