layout problem (tabelle)

Status
Nicht offen für weitere Antworten.

Pencil

Gesperrt
Hy

ja das thema gibt es ja immer irgendwo.. und ich habe auch immer damit probleme;(

wie bekomme ich den Inhalt dazu, das er direkt ganz oben steht(bei Neuigkeiten)und nicht in der Mitte(bei Chaostage)

Code:
<html>
<head>
<title>HTML CSS und PHP in Einem</title>
<link rel="stylesheet" type="text/css" href="bw.css">
</head>
<body>


<table align="center" border="0">
<tr>
<td colspan="2">

  <!-- Header -->
  <table border="0" cellpadding="0">
       <tr >
           <td colspan="499">
           <center>
           <img src="banner_1.jpg" width="268" height="60" alt="den letzten kriegt die Bundeswehr">
           </center>
           </td>
        </tr>
  </table>

</td>
<td>
</td>
</tr>
<tr>
<td width="10%">

  <!-- Menü links -->
  <table align="left" border="0"  cellpadding="0" class="menue">
       <tr >
           <td class="unterpunkte">
           Neuigkeiten
           </td>
           <tr >
           <td class="menupunkte" >
           Bundeswehr
           </td>
        </tr>
        <tr >
           <td class="unterpunkte" >
           Topthemen
           </td>
        </tr>
        <tr >
           <td class="unterpunkte" >
           Skandale
           </td>
        </tr>
        <tr >
           <td class="unterpunkte" >
           Bilder
           </td>
        </tr>
        <tr >
           <td class="unterpunkte" >
           Witze
           </td>
        </tr>
        <tr >
           <td class="unterpunkte" >
           Verweigern
           </td>
        </tr>
        <tr >
           <td class="unterpunkte" >
           Faschos
           </td>
        </tr>
        <tr >
           <td class="menupunkte" >
           Specials
           </td>
        </tr>
        <tr >
           <td class="unterpunkte" >
           Chaostage
           </td>
        </tr>
        <tr >
           <td class="unterpunkte" >
           Globalisierung
           </td>
        </tr>
        <tr >
           <td class="unterpunkte">
           Israelkonflikt
           </td>
        </tr>
        <tr >
           <td class="unterpunkte" >
           USA
           </td>
        </tr>
        <tr >
           <td class="menupunkte" >
           Community
           </td>
        </tr>
        <tr >
           <td class="unterpunkte" >
           Forum
           </td>
        </tr>
        <tr >
           <td class="unterpunkte" >
           Gästebuch
           </td>
        </tr>
        <tr >
           <td class="menupunkte" >
           Über uns
           </td>
        </tr>
        <tr >
           <td class="unterpunkte" >
           Projekt
           </td>
        </tr>
        <tr >
           <td class="unterpunkte" >
           Mitarbeiter
           </td>
        </tr>
        <tr >
           <td class="unterpunkte" >
           Partner
           </td>
        </tr>
  </table>
  
</td>
<td width="90%">


         <!--<td class="content" width="*" rowspan="200" bgcolor="#FFFFFF">-->


               <table border="0" align="justify" >
               <!--<tr align="center">-->

                   Inhalt


           </table>
           <!--</td>

        </tr>-->
</td>
</tr>
</table>

</td>
</tr>
</table>
</body>
</html>

Hope You Help

:(
 
valign="top" wäre der richtige befehl ... vourausgesetzt der Rest stimmt :-).

</td>
<td width="90%" valign="top">inhalt</td>
</tr>
 
thx ich bin zu dumm für diese welt*G*

ich habe das valign="top" nur direkt im <table> befehl für den inhalt ausprobiert

you helped

:-)
 
Status
Nicht offen für weitere Antworten.
Zurück