§ 4.12 - [img] Built-InMnemonic 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> Other built-ins used here: [wepath]
Keyboard Navigation
, Previous Page . Next Page t TOC i Index |