Hi Guys/Gals
Is there another reason to why these images below wouldn't work as a gif? I chenged the below, to read the gif's instead of the png's. But the images won't select?
Any ideas would be great
Dave
PHP Code:
<div id="pmlist_info" class="floatcontainer">
<div id="forum_icon_legend" >
<h5>{vb:rawphrase icon_legend}</h5>
<div class="forum_info_block blockbody formcontrols">
<dl class="forum_info_subblock icon_legends" id="icon_legends">
<dt><img src="{vb:stylevar imgdir_statusicon}/pm_new.gif" alt="{vb:rawphrase unread_message}" /></dt><dd>{vb:rawphrase unread_message}</dd>
<dt><img src="{vb:stylevar imgdir_statusicon}/pm_old.gif" alt="{vb:rawphrase read_message}" /></dt><dd>{vb:rawphrase read_message}</dd>
<dt><img src="{vb:stylevar imgdir_statusicon}/pm_replied.gif" alt="{vb:rawphrase repliedto_message}" /></dt><dd>{vb:rawphrase repliedto_message}</dd>
<dt><img src="{vb:stylevar imgdir_statusicon}/pm_forwarded.gif" alt="{vb:rawphrase forwarded_message}" /></dt><dd>{vb:rawphrase forwarded_message}</dd>
</dl>