hello... I changed many thinks on template!!!
At the moment looks like this:
{CUSTOM_HEADER}
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr valign="top">
<td width="120" rowspan="3" id="far-left"></td>
<td ></td>
<td width="760">
<br />
{SYS_MENU}
<br/>
<div class="left-banner">
<div class="gal_name">{GAL_NAME}</div>
<div class="gal_description">{GAL_DESCRIPTION}</div>
</div>
</td>
<td class="middle-right"></td>
<td width="120" rowspan="3" class="far-right"></td>
</tr>
<tr>
<td class="middle-left"> </td>
<td class="gallery">
<br />
<div align="center" >{SUB_MENU}</div>
<div align="center" >{LOGIN_FORM}</div><br />
<div align="center"> {THEME_SELECT_LIST} {LANGUAGE_SELECT_LIST} </div>
<br />
{ADMIN_MENU} {GALLERY}</td>
<td class="middle-right"> </td>
</tr>
<tr valign="baseline">
<td class="middle-left"></td>
<td class="bottom-middle"> </td>
<td class="middle-right"></td>
</tr>
</table>
<br />
<div align="center"> {LANGUAGE_SELECT_FLAGS} <br />
<br />
</div>
{CUSTOM_FOOTER}
{VANITY}
</body>
the problem is that the banner change size when the menu get bigger after the user login....
I tryed many things... make td for SYS_menu... change around... create tables... but if I do that.. the layout get totally mess...
I would like to know how I can fix the SYS_menu on top of the banner... in the same table so the layout don´t change and the banner continuous on the same size!!!
Somebody have more Knoledge that me and can help me please??????
Thank´s
site: www.ritus.dk/index.php
put the banner into a table of it's own then. I can't see an actual banner code in the snippet you posted. Try using the [c o d e ]-tag when posting on boards that support bbcode. A link to you page might help as well.
Thank´s... I fixed.... ::)