Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
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 :)
<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>