Skip to main content

NightWatchman Enterprise 7.3

Supported HTML 4 tags

The following HTML code is supported in table column definitions when the style is set tohtml.Silverlight does not support HTML in its text blocks by default. Enterprise View supports a subset of HTML to allow rudimentary formatting of text in table columns.

Supported elements

Descriptions

Text

The following text element tags are supported:

<p>This is a paragraph</p>

<br />

Logical styles

The following logical text formatting style tags can be used:

<em>This text is emphasized</em>

<strong>This text is strong</strong>

Physical styles

The following physical text formatting style tags can be used:

<b>This text is bold</b>

<i>This text is italic</i>

Links

Links can be added using the standard HTML link tag:

<a href="http://www.example.com/">Link-text goes here</a>

Font

Font formatting can be set directly using the following HTML 4 tag:

<font face="times, serif" size="3" color="XAML color format">

Sample text formatted with the deprecated FONT tag.

</font>