
03-18-2007, 01:41 PM
|
|
|
Join Date: Feb 2007
Posts: 1,272
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Deimos
To remove the html entries in both the main display and individual image areas, do this
Code:
Open - vbimghost_displayimg
Search for and Delete
<tr>
<td class="alt1">$vbphrase[vbimghost_imglink]</td>
<td class="alt2"><input type="text" size="80" value="<a href='$vbimghost[dispath]' border=0><img src='$vbimghost[thumbpath]'></a>"></td>
</tr>
-------------------------------
Open - vbimghost_imgbits
Search for and Delete
<tr>
<td class="alt1">$vbphrase[vbimghost_imglink]</td>
<td class="alt2"><input type="text" value="<a href='$vbimghost[dispath]' border=0><img src='$vbimghost[thumbpath]'></a>"></td>
</tr>
|
Thank you for this!!:up:
|