3.4 Using HTML in Viewsheet Text
You can display HTML content within any element that displays text (e.g., Table cell, Text component, Selection List, etc.). To do this, surround the HTML markup with <html>...</html> tags. For example, the following markup placed within a Text element creates a list within the Text element:
<html><font color="#0000FF"><b>My List:</b></font><ul><li>Apples</li><li>Oranges</li><li>Mangos</li></ul></html>

The HTML tags supported are the same as those supported by the Flex label.htmlText component: <a>, <b>, <br>, <font>, <img>, <i>, <li>, <p>, <span>, <textformat>, and <u>.
| << CSS Properties and Syntax | © 1996-2013 InetSoft Technology Corporation (v11.5) | 4 Data View Components >> |