Hide minor edits - Show changes to markup
In your image template, you can use the tag like this:
(:source lang=HTML4ALT :)<img src="thumbnails/thumb_<IMAGE_NAME>" alt="<IMAGE_TITLE>" width="<THUMBNAIL_WIDTH>" />
Using the code above will generate the following when the template is run:
(:source lang=HTML4STRICT :)<img src="thumbnails/thumb_20070413190355_test.jpg" alt="Photo Title" width="120" />
«THUMBNAIL_HEIGHT|Thumbnail Related Tags|IMAGE_THUMBNAIL_ROW»