OK. I've made it smaller, using the following code:
Code:
<tr><td class="quoterow {$quoteclass}" align="center" id="quote{$quote['quoteid']}-{$globalcounter}">
<font size="1">"{$quote['quote']}"<if condition="!empty($quote['author'])">
- {$quote['author']}
</if>
<if condition="$quoteitoptions['enablecontext'] AND !empty($quote['context'])">
<span class="context" id="context{$quote['quoteid']}-{$globalcounter}0">({$quote['context']})</span>
</if>
</font></if>
<font size="1"><div class="authorcontainer"><if condition="!empty($quote['author'])">
<div class="author" id="author{$quote['quoteid']}-{$globalcounter}"> </div>
</if>
</font>
</div>
</td></tr>
However, I get no edit option. I'd like to be able to edit quotes from the forum.