aa_macro syntax 
 aa_macro source 
 HTML source 
 HTML render 
Key

§ 4.12 - [img] Built-In

Mnemonic aid: img for IMaGe

See also: [wepath] 

This built-in provides standard HTML images with optional linking.

Caution:This built-in does not know what size the image is, because it can't get at it at build time. You should use  [limg]  instead, if the images to be used are accessible, or can be made accessible, within the filesystem. When a web browser encounters an image that does not specify its size, it cannot figure out the geometry of the page ahead of time, and this leads to pages re-configuring while loading, which in turn (often severely) annoys the people trying to read the page.

[img (imageTitle,)imageURL( linkURL)]

[wepath http://ourtimelines.com/pics/][img threedots.png]
[img Three dots,threedots.png]
[img threedots.png http://ourtimelines.com]
[img Three dots,threedots.png http://ourtimelines.com]

<img src="http://ourtimelines.com/pics/threedots.png" alt="" title="">
<img alt="Three dots" title="Three dots" src="http://ourtimelines.com/pics/threedots.png">
<a href="http://ourtimelines.com" target="_blank"><img src="http://ourtimelines.com/pics/threedots.png" alt="" title=""></a>
<a href="http://ourtimelines.com" target="_blank"><img alt="Three dots" title="Three dots" src="http://ourtimelines.com/pics/threedots.png"></a>
Three dots Three dots

Other built-ins used here:  [wepath] 

Keyboard Navigation
, Previous Page . Next Page t TOC i Index
This manual was generated with wtfm
on February 18th, 2026 at 12:52 MT
wtfm uses aa_macrov3 and SqLite
aa_macrov3 uses Python 3