If you don't want any space to the left of the quotes, in the quote_listbit template, find
HTML Code:
<td width="30%" class="alt1"></td>
<td class="alt1">
and replace that with
HTML Code:
<td colspan="2" class="alt1">
then, in quote_randomquote find
HTML Code:
<tr><td class="alt1" width="30%"></td>
<td class="alt1">
and replace that with
HTML Code:
<tr><td colspan="2" class="alt1">
If you want to add an image to the left of the quote, edit quote_listbit and quote_randomquote and put the image between <td class="alt1" width="30%"> and </td>.
Cyricx, edit quote is also working fine on my test server. Save a copy of the page with the error on it and attach it to a post so I can take a look.
Defencetalk, in quote_randomquote find border="0" and delete that.