Re: RC3 X-Indus Theme
Scott Kindley <ckindley-/Nmu/[email protected]>
| Newsgroups | gmane.comp.web.envolution.devel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 2002-08-22 at 07:50, Michael Wagner wrote:
> In the widget group:
Whats a widget group?
>
> Cell config error, Cell: 5 is
> higher than Max: 4
>
> Cell config error, Cell: 6 is
> higher than Max: 4
Make topcenter.tpl look like this:
<!-- BEGIN: Top CenterBlock -->
<table width="100%" align="center" bgcolor="[-$BGCOLOR5-]"
cellspacing="0" cellpadding="0" border="1" bordercolor="[-$BGCOLOR5-]">
<tr>
<td width="25%" valign="top" bgcolor="[-$BGCOLOR4-]">
[-TOPCELLS cell="1"-]
</td>
<td width="25%" valign="top" bgcolor="[-$BGCOLOR4-]">
[-TOPCELLS cell="2"-]
</td>
<td width="25%" valign="top" bgcolor="[-$BGCOLOR4-]">
[-TOPCELLS cell="3"-]
</td>
</tr>
</table>
<br />
<!-- END: Top CenterBlock -->
Change the percentages to reflect your preference. You can make
topcenter2.tpl look similar if you wish. Just backup the originals.
Zoom