Quote:
Originally Posted by Theoldwiz
There is code in the template to make it be boxed in a normal module box
|
This is the template:
Code:
<tr><td class="$bgclass"><div align="center">Ad Code Here</div></td></tr>
Just what is so special about it?
It says right in the instructions for building template modules that code needs to be wrapped by:
Code:
<tr><td class="$bgclass"> your code here </td></tr>
The only thing you did was add a div to Brian's instructions on creating template modules. This should not be in the MODs as there is ZERO Code involved.. this should be a how to in the template section if anything (or an article explaining the steps to create a template module).