Quote:
Originally Posted by John
Check the gamenews table in the database and see if it's empty.
|
Nope, it has data there... so I guess it has to be something bunk with the template? Here's what I have:
Code:
<fieldset class="fieldset" style="margin:0px 0px 0px 0px">
<legend>News & Events</legend>
<div style="padding:0px">
<table cellpadding="0" cellspacing="0" border="0" align="center" width="100%">
<tr>
<td width="100%">
<table cellpadding="2" cellspacing="$stylevar[cellspacing]" border="0" width="100%">
$newsbits
</table></td></tr></table>
</div>
</fieldset>