Image
Alt
Title
Width
Height
link
Target
Syntax for Placing an Image on Web Page
dog.jpg, dog.png, dog.gif | 245px x 300px | In root and in images directory
<a href=
"
{{ url }}
"
target=
"
{{ target }}
"
>
<img src=
"
{{ imgsrc }}
"
alt=
"
{{ alt }}
"
title=
"
{{ title }}
"
width=
"
{{ width }}
"
height=
"
{{ height }}
"
>
</a>