Special Elements

PrevRich Text Display in the CardNext

Special Elements

<img>

An image. The image name is given in the source attribute, for example <img src="qt.xpm"> The image tag also understands the attributes width and height that determine the size of the image. If the pixmap does not fit the specified size it will be scaled automatically. The align attribute determines where the image is placed. By default, an image is placed inline just like a normal character. Specify left or right to place the image at the respective side.

<hr>

A horizonal line.

<br>

A line break.

<nobr>...</nobr>

No break. Prevents word wrap.

PrevHomeNext
Style Tags Up Table Tags