Quote:
Originally Posted by bashy
lol...story of my life, i always forget the image, but in my favour, i did have to run out the door to go to work 
Image enclosed (i hope lol)
That will explain why its slower opening regardless...
|
In postbit_attachment, find:
HTML Code:
<td><img class="inlineimg" src="$stylevar[imgdir_attach]/$attachment[attachmentextension].gif" alt="<phrase 1="$attachment[attachmentextension]">$vbphrase[file_type_x]</phrase>" width="16" height="16" border="0" style="vertical-align:baseline" /></td>
Replace With:
HTML Code:
<td valign="top"><img class="inlineimg" src="$stylevar[imgdir_attach]/$attachment[attachmentextension].gif" alt="<phrase 1="$attachment[attachmentextension]">$vbphrase[file_type_x]</phrase>" width="16" height="16" border="0" style="vertical-align:baseline" /></td>