i edited vbimghost_displayimg template to this
HTML Code:
<script type="text/javascript">
function SelectAll(id)
{
document.getElementById(id).focus();
document.getElementById(id).select();
}
</script>
<br />
<br />
<div id="picturecontainer">
<div id="picturelink"><img alt="{vb:raw vbimghost.imgname}" src="{vb:raw vbimghost.path}" title="{vb:raw vbimghost.imgname}"></div>
<br /><br />
<dl id="picturestats" class="stats">
<table border="2" width="70%" bordercolor="#008000" cellpadding="2">
<tr>
<td width="200"><dt>{vb:phrase vbimghost_filesize}</dt></td>
<td><dd>{vb:raw vbimghost.filesize}</dd></td>
</tr>
<tr>
<td width="200"><dt>{vb:phrase vbimghost_imgdime}</dt></td>
<td ><dd>{vb:raw vbimghost.width} X {vb:raw vbimghost.height}</dd></td>
</tr>
<tr>
<td width="200"><dt>{vb:phrase vbimghost_update}</dt></td>
<td><dd>{vb:raw vbimghost.date}</dd></td>
</tr>
<tr>
<td width="200"><dt>{vb:phrase vbimghost_imgdlink}</dt></td>
<td><dd>
<input id="imgdlink" onClick="SelectAll('imgdlink');" type="text" value="[img]{vb:raw vbimghost.path}[/img]" size="70" /></dd></td>
</tr>
<tr>
<td width="200"><dt>{vb:phrase vbimghost_imgflink}</dt></td>
<td><dd><input id="imgflink" onClick="SelectAll('imgflink');" type="text" size="70" value="[url='{vb:raw vbimghost.dispath}'][img]{vb:raw vbimghost.thumbpath}[/img][/url]" /></dd></td>
</tr>
<tr>
<td width="200"><dt>{vb:phrase vbimghost_imglink}</dt></td>
<td><dd><input id="imglink" onClick="SelectAll('imglink');" type="text" size="70" value="<a href='{vb:raw vbimghost.dispath}' border=0><img src='{vb:raw vbimghost.thumbpath}'></a>" /></dd></td>
</tr>
<tr>
<td width="200"><dt>{vb:phrase vbimghost_perm} </dt></td>
<td>{vb:raw vbimghost.private}</td>
</tr>
</table>
</div>
good job
Regards