Quote:
Originally Posted by House_of_Crazed
$vbphrase[powered_by_vbadvanced_cmps]
|
There is it...
$vbphrase[powered_by_vbadvanced_cmps]
goto your vba phrases section in ACP and look for the phrase above
just add the code below replacing the CONTENT_HERE with the phrase
HTML Code:
<table width="100%" height="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="36" height="300" align="left" valign="top" nowrap background="images/hardwired/misc/vborgmiddle_01.gif"><img src="images/hardwired/misc/vborgmiddle_01.gif" width="36" height="57" alt=""></td>
<td width="100%" height="100%" valign="top">
CONTENT_HERE</td>
<td width="37" height="300" align="right" valign="top" nowrap background="images/hardwired/misc/vborgmiddle_03.gif"><img src="images/hardwired/misc/vborgmiddle_03.gif" width="37" height="57" alt=""></td>
</tr>
</table>
I'm sure thats it...
Good luck!
-b6