Seite 1 von 1

Header verschoben nach Umbau

Verfasst: 13.04.2006 10:23
von Stemmi
Hallo!


Habe den Recent Mod etwas umgebaut und in den Header in eine Tabelle gepackt.

Im Firefox sieht das auch genau so aus wie ich haben will.

Aber im IE ist alles verschoben:

www.cineforen.de

Die index_bodx.tpl sieht so aus:

Code: Alles auswählen

<table width="100%" cellspacing="0" cellpadding="2" border="0" align="center">
<tr><td align="left" class="gensmall"><table width="67%" cellpadding="1" cellspacing="1" border="0" align="left" class="forumline">
  <tr>
 <table width="67%" cellpadding="1" cellspacing="1" border="0" align="left" class="forumline">
  <tr>
        <th colspan="2">{L_RECENT_TITLE}</th>
  </tr>
  <!-- BEGIN recent -->
  <tr> 
        <td class="{recent.ROW_CLASS}" width="1" align="center" valign="middle">{recent.LAST_URL}</td>
        <td class="{recent.ROW_CLASS}">
                <table width="100%" cellpadding="1" cellspacing="1" border="0" align="center">
                  <tr>
                        <td valign="top" align="left" nowrap="nowrap"><span class="topictitle">{recent.NEWEST_IMG} {recent.TOPIC_TYPE}<a href="{recent.U_VIEW_TOPIC}" class="topictitle">{recent.TOPIC_TITLE}</a></span> <span class="gensmall">{recent.GOTO_PAGE} {recent.LAST_AUTHOR}</span></td>
                  </tr>
                </table></td>
  </tr>
  <!-- END recent -->
  
 </table></td><td align="left" valign="top" class="gensmall">
<a href="http://www.movienation.de/cgi-bin/topsites.cgi?klick=539" target="_blank"><img src="http://www.cineforen.de/movienation.gif" alt="Jetzt Voten! - MovieNation.de" width="88" height="31" border="0"></a>
<a href="http://www.tvtoplist.com/" target="_blank"><img src="http://www.tvtoplist.com/button.php?u=Tribun" alt="tvtoplist.com" border="0"></a>
<br><br>
<a href="http://starwars.darth-sonic.de/?PID=412" target="_blank"><img src="http://starwars.darth-sonic.de/images/banner/buttons/button88x31.gif" alt="" width="88" height="31" border="0"></a>
<a href="http://www.filmfacts.de" target="_blank"><img src="http://www.filmfacts.de/filmfacts_88_31.gif" alt="" width="88" height="31" border="0"></a>
<br><br>
<a href="http://www.3task.de" target="_blank"><img src="http://www.cineforen.de/cineforen_88.gif" alt="" width="88" height="31" border="0"></a>
<a href="http://www.clan-creations.de" target="_blank"><img src="http://www.cineforen.de/clan-creations_88.jpg" alt="Clan Design, Clan Coding, CMS, War Script alles für Euren eSport Clan" width="88" height="31" border="0"></a>
</td></tr>
<tr><td align="left" class="gensmall"><b>TV-Programm</b>
		<table border="0" align="left" cellpadding="0" cellspacing="0">
			<tr>
			<td>
<script language="JavaScript">
.......
Findet jemand den Fehler?

Vielen Dank!

Verfasst: 13.04.2006 10:33
von Dr.Death
Jo, da fehlte ein <td> :-)

Suche in deinem angebenen Code:

Code: Alles auswählen

			<table width="67%" cellpadding="1" cellspacing="1" border="0" align="left" class="forumline"> 
				<tr> 
				
						<table width="67%" cellpadding="1" cellspacing="1" border="0" align="left" class="forumline">
Ersetze mit:

Code: Alles auswählen

			<table width="67%" cellpadding="1" cellspacing="1" border="0" align="left" class="forumline"> 
				<tr> 
					<td>
						<table width="67%" cellpadding="1" cellspacing="1" border="0" align="left" class="forumline"> 
Das sollte es gewesen sein.....( ungetestet )

Verfasst: 13.04.2006 10:47
von Stemmi
Ne das hatte keine Wirkung

Verfasst: 13.04.2006 11:37
von Dr.Death
Ich habe dir eine Mail geschickt, .... mit einer überarbeiteten index_body.tpl

Teste das mal bitte.

Verfasst: 13.04.2006 14:55
von Stemmi
Leider hat das nicht geklappt. Hat sonst noch jemand eine Idee?