PDA


View Full Version : Whats the point of Module Shell Template Options?


cmiller1014
07-23-2005, 08:46 PM
I thought this was so that you didnt have to make each module with the default html table with the header row and everything. I added a module, and opted to have the shell template, and it does nothing????

cmiller1014
07-23-2005, 08:48 PM
I take that back... it did in fact add the blue header cell, but all my content is ABOVE it. Whats going on with that????

ConqSoft
07-23-2005, 08:55 PM
Your content should be something like this:

<tr>
<td class="alt1">

Your stuff here.

</td>
</tr>


The shell will handle the rest.

cmiller1014
07-23-2005, 09:20 PM
Thanks that works....

XtAzY
07-24-2005, 01:26 AM
i dont even u the module shell template at all for all the plugins. i use a custom template for a frontpage so that it wont look too forum-like

cmiller1014
07-24-2005, 07:16 AM
i dont even u the module shell template at all for all the plugins. i use a custom template for a frontpage so that it wont look too forum-like

Care to link to your homepage?