Problem to fix template.html !!! Problem to fix template.html !!!
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Problem to fix template.html !!!

Started by Castilla, April 17, 2006, 02:50:30 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Castilla

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">&nbsp;</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">&nbsp;</td>
  </tr>
  <tr valign="baseline">
    <td  class="middle-left"></td>
    <td class="bottom-middle">&nbsp;</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
Adriana Castilla

Joachim Müller

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.

Castilla

Adriana Castilla