beautypg.com

Html help, Other useful tags, Red, size 4 – Contemporary Control Systems BASview User Manual

Page 41

background image

TD110500-0MC

41

HTML Help

Supported HTML tags for Text Label formatting are:

TAG

EXAMPLES

RESULTING EFFECT

Bold Text

This is bold text.

This is bold text.

Italic Text

This is italic text.

This is italic text.

Underline Text

This is underlined text.

This is underlined text.

Multiple Tags

This is bold italic text.

This is bold italic text.

Font Size

This is size 4 text.

This is size

4

text.

Font Colour

This is red text.

This is

red

text.

The colour value must be RGB (red, green, blue). Most colour picker dialogs display this number as
the mouse moves over the colours. Some common colour values are:

#000000 — Black
#FF0000 —

Red

#00FF00 —

Green

#0000FF —

Blue

#FFFF00 —

Yellow

#00FFFF —

Cyan

#FF00FF —

Magenta

#808080 —

Grey

#FFFFFF —

(White)

Font Tags Combined

Example:

This is red, size 4 text.

Effect:

This is

red, size 4

text.

Line Break


This puts a line break (carriage return) in the text. It does not require a closing tag.

Example:

Here are two lines:
Line 1
Line 2

Effect:

Here are two lines:

Line 1

Line 2

Limited HTML

Limited HTML is used for custom help on graphic screens. Almost all standard HTML

tags are supported, but some may give undesired results due to pre-formatting and the restricted size of
the help window. All the above tags are supported and are usually enough for basic custom help files.

Unlike standard HTML,

limited

HTML

requires

the
tag anywhere a carriage return should

appear. The

paragraph tags can also be used.

Other useful tags

Because <, >, " and & are used to delimit markup, are predefined in HTML. However, you can still embed
such symbols by using (respectively) <, >, " and &.

Horizontal Rule

You can embed a horizontal rule with


.

Link to web page:

Example: CCSI.

Embed image from a website: Example: .

Embed image uploaded from graphic properties screen: Example: .

Embed animation uploaded from Animation component properties screen:

Example: .