Home Links Internal links Internal links to pages
The guide of UDO > The UDO syntax > Hypertext commands > Links Index

Internal links with images

Especially for Windows Help and HTML there's existing the (!ilink) (image link) commands. It is a mixture of the (!img) and (!link) command that allows to display hyperimages. If you click an image you will jump to another part of the current document.

UDO: (!ilink) [img] [text] [link]
WinHelp: {\uldb \{bmc img.bmp\}}{\v link}
HTML: <a href="link"><img src="img.gif" alt="text" border=0></a>
else: like (!link) [text] [link]

Hints:

  1. UDO won't check if the images exist.

  2. By default UDO uses .gif as the suffix for images when converting to HTML. You can use the command !html_img_suffix to change the suffix.

  3. You may use up to 200 links inside a paragraph. If you will use more links UDO will print an error message.


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

Home Links Internal links Internal links to pages