Ok here is the fix..
Find in the Quote With name, for this html code:
<td width="100%" background="images/quotes/quot-bye-bg.gif" align="left" valign="middle">
<span class="smallfont">Originally Posted by: <b>{option}</b></span>
</td>
and replace it with this:
<td width="100%" background="images/quotes/quot-bye-bg.gif" align="left" valign="middle" nowrap="nowrap">
<span class="smallfont">Originally Posted by: <i><b>{option}</b></i></span>
</td>
If you want just copy and paste, than download the zip file again. I have expanded the table to 70% instead of the 50% it was before and adding
<i> to the quoted actor
take a look a
THIS post to see how looks now.
If you want to change the with to the
Simple Quote , just change to the firt <table> tag the with 50% for 70%