td Tabellen Problem

Status
Nicht offen für weitere Antworten.

Sonic2k

Grünschnabel
Hi,

Ich benutze Dreamweaver MX und habe ein Tabellen Problem. Und zwar dreht sich alles um diese hp:

http://mp4.mp.funpic.de/index.php?cat=news

Wie kriege die Tabelle dort wo "ff" steht nach oben. Ich hoffe ihr versteht was ich meine, ich will eine Navigation bastlen. Ich hab schon versucht mit tag einfügen -> td vertikale ausrichtung, aber dann geht gar nichts mehr und alles wird verzehrt.

Hier der code:


Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>McLaren Project 4</title>
<style type="text/css">
<!--
body {
	background-color: #999999;
}
-->
</style></head>

<body>
<table width="200" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#000000">
  <tr>
    <td><table width="852" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td width="852"><img src="pictures/logo.gif" width="851" height="92"></td>
      </tr>
      <tr>
        <td><img src="pictures/nav.gif" width="851" height="16"></td>
      </tr>
      <tr>
        <td><table width="852" border="0" cellpadding="0" cellspacing="0">
          <tr>
            <td width="218" bgcolor="#1D1615"><table width="200" border="1">
              <tr>
                <td>ff</td>
              </tr>
            </table></td>
            <td width="634"><table width="633" border="0" cellpadding="0" cellspacing="0">
              <tr bgcolor="#FFFFFF">
                <td width="55">&nbsp;</td>
                <td width="525">&nbsp;</td>
                <td width="53">&nbsp;</td>
              </tr>
              <tr bgcolor="#FFFFFF">
                <td>&nbsp;</td>
                <td><? 
switch($cat){ 
case "news": include("news.php"); break; 
case "archiv": include("archiv.php"); break;
case "f1aktuell": include("content/f1aktuell.php"); break;  
default: include("content/fehler.php"); break; 
} 
?>&nbsp;</td>
                <td>&nbsp;</td>
              </tr>
              <tr bgcolor="#FFFFFF">
                <td>&nbsp;</td>
                <td>&nbsp;</td>
                <td>&nbsp;</td>
              </tr>
            </table></td>
          </tr>
        </table></td>
      </tr>
    </table></td>
  </tr>
</table>
</body>
</html>

mfg
 
Ich würde dir trotzdem zu sauperen Code raten, den du selber schreibst!
Glaube mir das bringt mehr!
 
Status
Nicht offen für weitere Antworten.
Zurück