Use this to have it work properly on 3.07 also change the 2 #colour values near the end of the code to match the background for light or dark skins...upload the quote folder to forum /images. Works %100 for me.
PHP Code:
<table>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="75" valign="bottom">
<table border="0" cellpadding="0" cellspacing="0" width="50">
<tr>
<td width="28">
<img src="images/quotes/quot-top-left.gif" width="28" height="19" alt /></td>
<td width="100%" style="background-image: url('images/quotes/quote-bg.gif')" valign="middle">
<span class="smallfont">$vbphrase[quote]:</span></td>
<td valign="top">
<img src="images/quotes/quot-top-right.gif" alt /></td>
</tr>
</table>
</td>
<td align="left" style="background-image: url('images/quotes/quot-lr-bg.gif')" valign="bottom">
</td>
<if condition="$show['username']">
<td width="0" align="left" valign="bottom">
<table border="0" cellpadding="0" cellspacing="0" width="200">
<tr>
<td valign="top">
<img src="images/quotes/quot-by-left.gif" alt /></td>
<td width="100%" style="background-image: url('images/quotes/quot-bye-bg.gif')" align="left" valign="middle" nowrap="nowrap">
<span class="smallfont">
<phrase 1="$username">$vbphrase[originally_posted_by_x]</phrase></span></td>
<td valign="top">
<img src="images/quotes/quot-by-right.gif" alt /></td>
</tr>
</table>
</td>
<else /></if>
<td width="100%" align="right" valign="bottom">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="100%">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td style="background-image: url('images/quotes/quot-top-bg.gif')" width="100%" valign="middle">
</td>
<td align="left" valign="top">
<img src="images/quotes/quot-top-right-10.gif" alt /></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="10" style="background-image: url('images/quotes/quoting-left.gif')">
</td>
<td width="100%" valign="top" bgcolor="#13486D"></td>
<td width="10" style="background-image: url('images/quotes/quoting-right.gif')">
</td>
</tr>
<tr>
<td width="10" style="background-image:
url('images/quotes/quot-left-bg.gif')">
</td>
<td width="100%" valign="top" bgcolor="#13486D" class="smallfont">
<if condition="$show['username']"><i>$message</i>
<else />$message</if></td>
<td width="10" style="background-image: url('images/quotes/quot-right-bg.gif')">
</td>
</tr>
<tr>
<td width="10" valign="bottom">
<img src="images/quotes/quot-bot-left.gif" width="15" height="15" alt="" /></td>
<td width="100%" style="background-image: url('images/quotes/quot-bot-bg.gif')">
</td>
<td width="10" valign="bottom">
<img src="images/quotes/quot-bot-right.gif" alt /></td>
</tr>
</table>
</td>
</tr>
</table>