Experiance: Tabelle - Positionierung der Schrift

Hallo Leute!
Ich weiß, ich stelle eine komplett simple Frage, aber irgendwie komm und komm ich nicht drauf, was ich falsch gemacht haben könnte...

Es geht um diese Homepage: http://berg.heim.at/anden/420335/

Die Startseite funktioniert einwandtfrei. Doch klickt man auf einen Link (zB About us), dann ist das Bild da wo es sein sollte. Aber die Schrift nicht...die Sollte nicht inmitten der Zelle sein, sondern ganz oben...wie gesagt...wahrscheinlich völlig simpel...nur ich komm einfach nicht drauf...Bitte - Danke für eure Hilfe!!!

Hier die Codes:

  
<table cellspacing="0" cellpadding="0">  
  <tr>  
    <td style="border:thin dotted white" width="300px" align="center"><img src="./images/braut4.jpg"></td>  
    <td id="td1" colspan=3 style="border:thin dotted white" width="900px">  
	  
	hallo hallo  
	<p>  
	<p>  
	kcngj  
	  
	</td>  
  
  </tr>  
  
  <tr>  
  <td id="tdleer" width="300px"><a href="about_us.html"></a></td>  
  <td id="tdleer" width="300px"><a href="gallery.html"></a></td>  
  <td id="tdleer" width="300px"><a href="kontakt.html"></a></td>  
  <td id="tdleer" width="300px"><a href="impressum.html"></a></td>  
  </tr>  
  
  <tr id="tr1" align= "center">  
    <td id="dt1" width="300px"><a href="about_us.html" class="popup"><img src="./images/ja.png">ABOUT US<img src="./images/ja2.png"><span><img src="./images/herzen.gif"></span></a></td>  
    <td id="dt2" width="300px"><a href="gallery.html" class="popup"><img src="./images/ja.png">GALLERY<img src="./images/ja2.png"><span><img src="./images/herzen.gif"></span></a></td>  
    <td id="dt3" width="300px"><a href="kontakt.html" class="popup"><img src="./images/ja.png">KONTAKT<img src="./images/ja2.png"><span><img src="./images/herzen.gif"></span></a></td>  
	<td id="dt4" width="300px"><a href="impressum.html" class="popup"><img src="./images/ja.png">IMPRESSUM<img src="./images/ja2.png"><span><img src="./images/herzen.gif"></span></a></td>  
  </tr>  
 </table>  

  
#tab1{  
z-index: 1;  
}  
  
#tdleer{  
height:2em;  
}  
  
#tr1{  
font-family:helvetica, arial, sans-serif;  
font-size:20px;  
}  
  
#dt1{  
height:2.5em;  
border-left: 2px solid #ffffff;  
border-bottom: 2px solid #ffffff;  
border-top: 2px solid #ffffff;  
border-radius: 10px;  
padding-bottom: 25px;  
background-image: url(./images/shine.png);  
}  
#dt2{  
height:2.5em;  
border-bottom: 2px solid #ffffff;  
border-top: 2px solid #ffffff;  
border-radius: 10px;  
padding-bottom: 25px;  
background-image: url(./images/shine.png);  
}  
#dt3{  
height:2.5em;  
border-bottom: 2px solid #ffffff;  
border-top: 2px solid #ffffff;  
border-radius: 10px;  
padding-bottom: 25px;  
background-image: url(./images/shine.png);  
}  
#dt4{  
height:2.5em;  
border-right: 2px solid #ffffff;  
border-bottom: 2px solid #ffffff;  
border-top: 2px solid #ffffff;  
border-radius: 10px;  
padding-bottom: 25px;  
background-image: url(./images/shine.png);  
}  
  
#td1{  
font-family:helvetica, arial, sans-serif;  
font-size:20px;  
text-align:top left;  
padding-left:20px;  
line-height: 0.5em;  
}  

Ich weiß....vollkommen kompliziert gemacht, aber so bin ich nunmal ;-)

  1. Om nah hoo pez nyeetz, Experiance!

    Es geht um diese Homepage: http://berg.heim.at/anden/420335/
    Ich weiß....vollkommen kompliziert gemacht, aber so bin ich nunmal ;-)

    Beseitigung der Symptome: vertical-align

    Tabellenlayout ist out. Zudem enthält deine Seite viele Fehler. Du solltest sie dringend überarbeiten.

    Matthias

    --
    Der Unterschied zwischen Java und JavaScript ist größer als der zwischen Schwerin und Schwerindustrie.