Hi, ich bin dabei mir eine Homepage zu machen, und habe dabei folgendes Problem.
Ich zeig euch mal, wie die Tabellen bis jetz aussehen:
[Blockierte Grafik: http://absp.ab.ohost.de/index.JPG]
Der Quellcode dazu ist hier:
HTML
<html>
<table border="1" bordercolor="black" cellspacing="0" cellpadding="10" width="120%">
<tr><td>
<table border="1" bordercolor="black" cellspacing="0" cellpadding="10" width="100%" height="10%">
<tr><td>Kopfzeile </td></tr></table>
[php]<? include "dummie.php"; ?>
<? include "tb.php"; ?>
<? include "dummie.php"; ?>
<? include "tb.php"; ?>
<? include "dummie.php"; ?>
<? include "tb.php"; ?>[/php]
</td></tr></table>
</html>
Alles anzeigen
Die dummie.php hier:
Code
<table border="0" cellspacing="0" cellpadding="10" width="10%" height="5%">
<tr><td></td></tr></table>
und die tb.php hier:
Code
<table border="1" bordercolor="black" cellpadding="5" cellspacing="0" width="15%" height="1%">
<tr><td>---</td>
<tr><td height="80">A</td></tr></tr></table>
Ich hab das mit dem[php:1:43183c12a1]<? include "*.php"; ?>[/php:1:43183c12a1]
gemacht, weil ich so übersichtlicher finde.
Jetz zu meinem Problem: Wie bekomme ich mit dieser Variante hin, das ich neben die Nav. Links ein Hauptfenster hinbekomme, und dann rechts fast wieder das gleiche, wie links, also eine 2. Navigation.. Kann mir wer da helfen??
MFG sibbi
?>[/code]
*//Edit: Da Ohost sagt: Externes Linken nicht erlaubt, hier mal der Link zur Datei: http://absp.ab.ohost.de/index.JPG