We tried that. Still doesn't show up
Here is what is at the top of our header template:
HTML Code:
$showrandomquote
<table border="0" width="90%" cellpadding="0" cellspacing="0" align="center">
<tr>
<img src="$stylevar[imgdir_misc]/header_xmas.gif" width="890" height="50" border="0">
</tr>
<br />
<tr>
<td align="left"><a href="index.php?"><img src="$stylevar[imgdir_misc]/headerlogo.png" width="269" height="227" border="0"></a></td>
Here is what we see from view source:
HTML Code:
<table border="0" width="90%" cellpadding="0" cellspacing="0" align="center">
<tr>
<img src="images/soness/misc/header_xmas.gif" width="890" height="50" border="0">
</tr>
<br />
<tr>
<td align="left"><a href="index.php?"><img src="images/soness/misc/headerlogo.png" width="269" height="227" border="0"></a></td>
<td align="center" valign="middle">
As you can see $showrandomquote is nowhere to be found
In listquote you have $header and $navbar listed above the code. Could that have anything to do with it? We tried moving them both to under the code but it didn't seem to help. The quotation marks for the quote
DO show up, just not the actual quote itself :ermm: