PHP Code:
<tr>
<td>
<fieldset class="bbfieldset">
<legend class="bblegend">Download File</legend>
<div style="padding-left:120px;">
<img class="inlineimg" src="$stylevar[imgdir_attach]/zip.gif" alt="Zip" width="20" height="18" border="0" style="vertical-align:baseline" /> <a href="attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&d=$attachment[dateline]"<if condition="$show['newwindow']"> target="_blank"</if> id="attachment_filename_$attachment[attachmentid]"><b>Download .Zip</b></a><br />
<b>Zip File Size: $attachment[filesize]</b><br />
<b>Downloads: $attachment[counter]</b>
</div>
</fieldset></td>
</tr>