<tml:image>

Description:
Display of data resources in the folder "files" as pictures. The corresponding HTML tag "img" is generated automatically.
Attributes:
General WebTML attributes are hidden -> show general attributes
Name Value(s) Version Usage

Details:

Valid abbreviations for this tag: <tml:img>

The body of this <tml:image> tag is transfered to the created <img> tag (as attribute) (see example).

<tml:imgage>something</tml:image>
erzeugt also:
<img src="..." something>

The tag <tml:image doc="x" file="y.gif"/> is equal to:
<img src="<tml:url type="file" doc="x" file="y.gif"/>">

NOTE:
<tml:image name="..." src="..."/> (former writing)
is equal to
<tml:image doc="..." file="..."/> (new writing).
The attributes have been adopted to the attributes of the <tml:url> tag in the new writing. The former writing is still supported but should no longer be employed.

Examples:

    <tml:image doc="logos" file="mylogo.jpg"/>


      creates <img src="url to the picture">


    <tml:image doc="logos" file="mylogo.jpg">border="1"</tml:image>

      creates <img src="url to the logo" border="1">