Hallo miteinander,
ich mache momentan eine Website für unseren Sportverein. Ich habe eine mit FrontPage gemacht was mich aber gar nicht überzeugt hat.
Jetz versuche ich mich selbst dran.
Ich habe das Layout als Bild angehängt wie ich es mir vorstelle.
Meine Version sieht aber ganz anders aus deswegen bitte ich um eure Hilfe.
Ich komme nicht so recht mit valign und align zurecht.
Hier noch meine Version:
Vielen Dank
DeDaffid
ich mache momentan eine Website für unseren Sportverein. Ich habe eine mit FrontPage gemacht was mich aber gar nicht überzeugt hat.
Jetz versuche ich mich selbst dran.
Ich habe das Layout als Bild angehängt wie ich es mir vorstelle.
Meine Version sieht aber ganz anders aus deswegen bitte ich um eure Hilfe.
Ich komme nicht so recht mit valign und align zurecht.
Hier noch meine Version:
HTML:
<body>
<table height="200" width="200" border="1" bordercolor="#000000" cellpadding="0" cellspacing="0">
<tr>
<td>Hier kommt ein Logo rein</td>
</tr>
</table>
<table height="200" width="650" border="1" bordercolor="#000000" bgcolor="#FFFF00" cellpadding="0" cellspacing="0">
<tr>
<td>Hier kommt TSV Bobstadt 1926 e.V. als Grafik rein evtl mit einem link zur index.html</td>
</tr>
</table>
<table height="550" width="200" border="1" bordercolor="#000000" bgcolor="#FFFF00" cellpadding="0" cellspacing="0">
<tr>
<td>Hier kommt eine nested Navigation rein</td>
</tr>
</table>
<table height="550" width="650" border="1" bordercolor="#000000" bgcolor="#FFFF80" cellpadding="0" cellspacing="0">
<tr>
<td>Das ist der Teil der sich beim klicken der Links ändert</td>
</tr>
</table>
<table width="850" border="1" bordercolor="#000000" bgcolor="#FFFF80" cellpadding="0" cellspacing="0">
<tr>
<td>text</td>
</tr>
</table>
</body>
</html>
DeDaffid