PDA

View Full Version : Module/Styles Issue


megarock
01-12-2007, 10:15 PM
I am having one apparently small issue with the cms program. In order to use certian content on the front page as a module I have found it easier to use a style template to insert stuff into the front page.

I use standard HTML code in the template style for the theme I use and everything comes out fine except that the normal table does not appear around the content and the title bar which should normally appear at the top of the table appears at the bottom. It's obviously a style issue but I was hoping someone knew what I was doing wrong so my layout would be correct.

Brian
01-13-2007, 01:46 PM
Make sure that your new templates look like this:
<tr>
<td class="$bgclass">

Content here

</td>
</tr>