cancel
Showing results for 
Search instead for 
Did you mean: 

What Html Tags are supported by Crystal 2016

former_member594930
Participant
0 Kudos

Can you tell me what html tags are supported by Crystal reports 2016?

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Click the F1 key in CR Designer to bring up the Help file and then search on "Paragraph tab (various dialog boxes)" for a list of tags we support.

Answers (1)

Answers (1)

ido_millet
Active Contributor
0 Kudos

See: https://apps.support.sap.com/sap/support/knowledge/public/en/1217084

  • 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:

    • The supported HTML tags are:
      • ul ( bulleted list ) Important Note: The bullet will not show up as a regular size bullet, but as a small dot.
      • ol ( ordered list )
      • li ( tag defining a list item used for both list type: ul and ol. )
        Important Note: It only support simple list, with no combinaison with other HTML tags within the list.
    • The supported HTML attribute is:
      • strong ( bold )
  • 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.