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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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