2 Probleme

Googlefan
Hallo

1. In meiner Nachrichten Box will ich wieder die normale Farbe haben, und nicht dieses blaue. (Bild1)

Meine: index_pms.tpl:

code:
1:
2:
3:
4:
5:
6:
<tr bgcolor="(tabletitlecolor)" id="tabletitle">
 
<td align="center">$new_notnew</td>
 <td colspan="0" width="100%"><smallfont><b><a href="pms.php?sid=$session[hash]">Posteingang</a></b><br>Sie haben $countnew neue Nachricht(en) ($countunread ungelesene, $counttotal Nachricht(en) insgesamt).</font></td>
</tr>




2. Wie krige ich den kleinen grauen Kasten weg. (Bild2) (evetuell vergrösern falls man den grauen kasten nicht sieht)

Meine quicklogin.tpl:
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
<a name="login"></a>
<form method="post" action="login.php">
<input type="hidden" name="send" value="send">
<input type="hidden" name="sid" value="$session[hash]">
<table cellpadding="4" cellspacing="1" border="0" width="{tableinwidth}" bgcolor="{tableinbordercolor}" colspan="1">
 <tr bgcolor="{tabletitlecolor}" id="tabletitle"></tr>
 <tr bgcolor="{tablecolorb}" id="tableb">
  <td><table cellpadding=0 cellspacing=5 align="center">
   <tr>
    <td><smallfont>Benutzername:</font></td>
    <td><input type="text" name="l_username" maxlength="50" size="20" class="input" tabindex="1">&nbsp;&nbsp;&nbsp;&nbsp;</td>
    <td><smallfont>Passwort (<a href="forgotpw.php?sid=$session[hash]">Passwort vergessen</a>):</font></td>
    <td><input type="password" name="l_password" maxlength="30" size="20" class="input" tabindex="2">&nbsp;&nbsp;&nbsp;&nbsp;</td>
    <td><input type="submit" value="Anmelden" class="input" tabindex="3"></td>
   </tr>
  </table></td>
 </tr></form>
</table>
knudd
im ersten fenster 1 zeile
<tr bgcolor="(tabletitlecolor)" id="tabletitle">

ersetzen

<tr bgcolor="{tablecolora}">





nimm mal im 2 fenster einfach das

<tr bgcolor="{tabletitlecolor}" id="tabletitle"></tr>

raus zeile 6

denke das is der fehler



mach dir ein back up da ich kein coder bin ....
Googlefan
Hallo,

also das erste hat hervoragend funktioniert, dankeschön ... smile

Beim 2. ist der grauer Kasten ein wenig zusammen geschrumpft, aber er ist immer noch da fröhlich

http://bennet.ebytehost.com/forum/

was ist noch falsch ?