This is what we are using. The 3 images are just background images.
HTML Code:
<table width="90%" cellpadding="0" cellspacing="0" align="center"><tr>
<td><img src="$stylevar[imgdir_misc]/left_quote.gif" alt="" border="0" /></td><td width="50%" align="center" class="quotebar">$vbphrase[quote_of_the_day]: $randomquote[quote]
</td>
<td width="50%" align="center" class="quotebar"></td>
<td><img src="$stylevar[imgdir_misc]/right_quote.gif" alt="" border="0" /></td>
</tr>
</table>
We're just trying to get the quote itself to appear. No table. No links for add/edit/delete ECT.
$randomquote[quote] seemed to work well anyplace else we put it, but unfortunately we only need it in the header... :ermm: Why doesn't it work there?