Home Images *.pcx & emTeX *.jpg & HTML
 The guide of UDO
 The syntax of UDO
 Images

*.gif & HTML

UDO can generate HTML commands to include a GIF.

For HTML the second parameter of the !image command will be used as the alternative text. The command !image tiger A tiger will be converted into the following HTML commands:

<p align=...>
<img src="tiger.gif" alt="(Figure 1: A tiger)" width="200" height="300">
</p><br>

If you don't set the title of this image UDO doesn't output an alternative text. The command !image tiger will be converted into this:

<p align=...>
<img src="../gif/tiger.gif" width="200" height="300">
</p><br>

Wer die Größenangaben nicht benötigt kann die Ermittlung der Ausmaße von Bildern unterbinden. Dazu gibt es das Kommando !no_img_size.


Copyright © www.udo-open-source.org
Last updated on November 5, 2006

Home Images *.pcx & emTeX *.jpg & HTML