• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

Homepage "Grundriss"

Status
Für weitere Antworten geschlossen.

Skyline05

Neues Mitglied
hi leute,
Bin ein richtiger noob^^ :roll:
Ich höre immer das der HP Grundriss mit Tabellen gemacht wird.
Allerdings wenn ich das machen möchte:
Header
Navi|Inhalt
ich bekomm das nciht hin mit tabellen :(
Kann mir jemand bitte den Tabellen Code posten?
THX schonmal :)
 
Skyline05 schrieb:
hi leute,
Bin ein richtiger noob^^ :roll:
Ich höre immer das der HP Grundriss mit Tabellen gemacht wird.
Allerdings wenn ich das machen möchte:
Header
Navi|Inhalt
ich bekomm das nciht hin mit tabellen :(
Kann mir jemand bitte den Tabellen Code posten?
THX schonmal :)

das thema gabs hier schon über 100mal, faq durchlesen und schlau werden.

Nils aka XraYSoLo
 
Code:
<table width="730px" cellpadding="0" cellspacing="0">

 <tr height="150px" width="730px" height="150px"  bgcolor="#FF0000">
  <td colspan="2">
   HEADER
  </td>
 </tr>
 
 <tr>
  <td width="150px" bgcolor="#00FF00">
   NAVIGATION   
  </td>
  <td width="630px" bgcolor="#0000FF">
   INHALT
  </td>
 </tr>
 
</table>

Musst natürlich noch anpassen
 
Selfhtml kenn ich gut^^ Aber wie man das in CSS macht weis ich ned.

Naja, und wenn schon, der Code funktioniert und ich zwing ja niemanden ihn zu benutzen.

Cu Crono
 
Status
Für weitere Antworten geschlossen.
Zurück
Oben