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>

If you do not need the image size information, you can suppress it using the command !no_img_size.


Copyright © www.udo-open-source.org (Kontakt)
Last updated on May 25, 2010

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