|
<< Click to Display Table of Contents >> Navigation: User Interface (UI) Elements > Report Designer > Use Basic Report Controls > Rich Text > Markup text |
Markup Text
Supported Tags
The table below lists the supported HTML tags. External links are processed for inline pictures and style sheets (CSS files). The ID and Class attributes are interpreted for all tags, including the unlisted ones. These attributes are used to specify a style for content within a certain tag.
TAG |
AT TRIBUTES |
NOTES |
a |
dir |
|
|
||
TAG |
AT TRIBUTES |
NOTES |
b |
dir |
|
base |
|
|
basefont |
size color face dir |
|
big |
dir |
|
blockquote |
dir |
|
br |
dir |
|
center |
dir |
|
code |
dir |
|
del |
cite datetime |
|
div |
page-breakbefore page-break-after page-break-inside background-color border (CSS) dir |
Only the always property value is supported for the page-break-before tag. |
em |
dir |
|
font |
size color face dir |
|
h1-h6 |
align dir |
|
head |
|
|
html |
|
|
hr |
align color noshade size width |
|
i |
dir |
|
ins |
cite datetime |
|
TAG |
AT TRIBUTES |
NOTES |
img |
align src height width |
If the align attribute is not specified, the image is considered as inline. |
li |
type value dir |
|
link |
href type media dir |
|
meta |
|
|
ol |
type value align dir |
|
p |
align dir |
|
script |
|
Text inside this tag is ignored. |
small |
|
|
span |
|
|
strike |
dir |
|
strong |
dir |
|
style |
|
|
sub |
dir |
|
sup |
dir |
|
table |
align bgcolor border bordercolor cellpadding cellspacing dir width |
The dir attribute reorders table columns. |
|
||
TAG |
AT TRIBUTES |
NOTES |
td |
align bgcolor bordercolor colspan height nowrap rowspan text-align valign width |
The align tag is supported in the Internet Explorer only. The Rich Text control's interpretation of the bordercolor attribute is different from the HTML browser. |
th |
any allowed |
|
tr |
align bgcolor bordercolor height text-align valign |
The align attribute is supported in the Internet Explorer only. |
title |
|
Text inside this tag is ignored. |
u |
dir |
|
ul |
dir |
|
Unsupported Tags
<base> tag with href attribute;
<div> tag with border, align and float CSS attribute;
<li> tag with list-style-image CSS attribute;
<margin> tag;
<tab> tag;
<table> tag with cols attribute;
<td> tab with bordercolor and nowrap attributes;
!important declaration;
word-wrap and break-word css properties; css3 shapes;
<ui> tag with type attribute.
Export to Excel
When a report is exported to XLS or XLSX, the following rich-text content is converted from Rich Text controls into Excel-native rich-text content:
|
HTML TAGS AND RTF EQUIVALENTS |
Text format |
<b>, <i>, <u>, <s>, <strong>, <em> |
Line break |
<br> |
Non-breaking space |
|
Font |
<font face=[font name]> |
|
|
|
HTML TAGS AND RTF EQUIVALENTS |
Font size |
<font size=[font size]> |
Foreground color |
<font color=[color]> |