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

*.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.

Before:
!image tiger A Tiger

Afterwards:
<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.

Before:
!image /..gif/tiger

Afterwards:
<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 (Kontakt)
Last updated on May 19, 2010

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