PDA


View Full Version : Module content shows above header


LoOnEyToOnZ
11-09-2005, 08:39 AM
Hi guys

Any idea why my module content which is from a template, is showing above the module header itself?

As seen here
http://202.79.181.36/~lanlab/

On the right side, above advertisements

Ramses
11-09-2005, 12:49 PM
Try to put in your template on the beginning:
<tr>
<td class="$bgclass">

and on the ending:
</td>
</tr>

Hope it helps you.

LoOnEyToOnZ
11-09-2005, 12:54 PM
Hi Ramses

Yes it does help me, Thx alot