Seite 1 von 1

helpz zur tabelle!

Verfasst: 23.07.2005 19:30
von gangsta
hi, also ich bin dabei eine tabelle links zu erstellen, und habe jetzt folgendes erstellt:

Code: Alles auswählen

<table border="1" > 
     <tr> 
         <td width="150"><a href=http://www.123gb.de/gb.php?user=GANGSTA-GB>Gästebuch</a></td>    
     </tr> 
     <tr valign="top"> 
           <td height="15">Über Mich</td> 
      </tr> 
</table>
bitte

Code: Alles auswählen

 verwenden[/color]

das über mich hab ich noch nicht verlinkt, weil ich dazu noch nix erstellt hab
doch wie erstelle ich die nächsten spalten untereinander mit gleichen maßen (widht=150, height=15)??


MFG
nIkLaS

Verfasst: 23.07.2005 22:26
von QCO
Äh, wo ist das Problem?

Code: Alles auswählen

<table border="1" >
     <tr>
         <td width="150"><a href=http://www.123gb.de/gb.php?user=GANGSTA-GB>Gästebuch</a></td>   
     </tr>
     <tr valign="top">
           <td height="15">Über Mich</td>
      </tr>

     <tr>
         <td width="150" height="15"><a href=http://www.123gb.de/gb.php?user=GANGSTA-GB>Nächste Zeile</a></td>   
     </tr>
     <tr valign="top">
           <td width="150" height="15">Nächste Zeile</td>
      </tr>
</table>

Verfasst: 24.07.2005 08:42
von t2004
Bei html Problemen hilft diese Seite sehr gut weiter: http://de.selfhtml.org/

mfg