Hi.
Ich habe ein Problem. Zunächst einmal sollte gesagt sein, dass es meine erste Homepage mit HTML ist...
So: Ich versuche 2 Tabellen nebeneinander zu bekommen. Links soll die Navigationsleiste enthalten sein, im rechten Feld soll man Text schreiben können.
Das Erstellen der Navigationsleiste habe ich halbwegs gut überstanden, allerdings kann ich nebendran keine Texttabelle erstellen.
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Name</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="FFFF73">
</body>
<body>
[img]Logo.jpg[/img]
<hr color="red" size="+3" /hr>
<table width="200" height="25" border="0">
<tr>
<td></td>
</tr>
</table>
<table width="180" border="0" cellspacing="0" cellpadding="4"><body><tr><td style="background-color: #999999;">[b]Name[/b]</td></tr><tr><td style="background-color: #cccccc;">[url='kontakt.html']Kontakt[/url]</td></tr><tr><td style="background-color: #cccccc;">[url='impressum.html']Impressum[/url]</td></tr>
<table width="200" height="25" border="0">
<tr>
<td></td>
</tr>
</table>
<table width="180" border="0" cellspacing="0" cellpadding="4"><body><tr><td style="background-color: #999999;">[b]Ueberschrift1[/b]</td></tr><tr><td style="background-color: #cccccc;">[url='test1.html']Test1[/url]</td></tr><tr><td style="background-color: #cccccc;">[url='test2.html']Test2[/url]</td></tr><tr><td style="background-color: #cccccc;">[url='test3.html']Test3[/url]</td></tr><tr><td style="background-color: #cccccc;">[url='test4.html']Test4[/url]</td></tr><tr><td style="background-color: #cccccc;">[url='test5.html']Test5[/url]</td></tr>
<table width="200" height="25" border="0">
<tr>
<td></td>
</tr>
</table>
<table width="180" border="0" cellspacing="0" cellpadding="4"><body><tr><td style="background-color: #999999;">[b]Ueberschrift2[/b]</td></tr><tr><td style="background-color: #cccccc;">[url='test6.html']Test6[/url]</td></tr><tr><td style="background-color: #cccccc;">[url='test7.html']Test7[/url]</td></tr><tr><td style="background-color: #cccccc;">[url='test8.html']Test8[/url]</td></tr><tr><td style="background-color: #cccccc;">[url='test9.html']Test9[/url]</td></tr><tr><td style="background-color: #cccccc;">[url='test10.html']Test10[/url]</td></tr>
</p>
</body>
</html>
Alles anzeigen
Wie kann ich neben diese Tabellen, in denen die Navigationsleiste vorhanden ist, nun den gewöhnlichen Text schreiben?
Danke für Eure Antworten,
Marc