Hey zusammen,
ihr kennt euch doch teilweise mit html aus....
ich habe mich mal an so eine html seite gewagt

finde das recht interessant
nun stehe ich vor folgendem problem
Wenn ich die Navigation nach links setze, ´kann ich rechts nix mehr schreiben, kA warum. Könnt ihr mir sagenw ir ich das hinbekomme?
Un wenn ich die Navigation Oben waagrecht machen will, die aber Einrahmen tue, kann ich nichts mher nebeneinander, sondern nur noch untereinander schreiben. Könnt ihr mir helfen?
Wäre echt nett........
Screenshot is dabei und Quelltext auch.
Quelltext:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>FS-Flightsim-Piloten</title>
<center>
<img src="hallo.png"/>
</center>
<div align="center"><table border="0" width="70%"><tr><td>
<center>
<marquee border="5" direction="left" scrollamount="5"
scrolldelay="20" behavior="scroll" style="border: 1px inset rgb(0, 0, 0); width:
100%; height: 25px; background-color: rgb(187, 187, 187); font-family: Arial; color:
rgb(0, 0, 255); font-size: 20px;">---Willkommen auf FS-Flightsim-Piloten---</marquee>
</center>
</head>
<body text="#000000" bgcolor="#0000FF" link="#ffffff" alink="#000000" vlink="#000000">
<p align="left">
<div style="border:solid 2px black; width: 100px" >
<div style="border:solid 2px black; width: 100px" >
<h3>
<b>
<u>
Navigation:
</u>
</b>
</h3>
</div>
</p>
<center>
<div style="border:solid 2px black; width: 100px" >
<a href="Tim123.html">Home</a>
</div> </center>
<center>
<div style="border:solid 2px black; width: 100px" >
<a href="Linkliste.html">Linkliste</a>
</div> </center>
<center>
<div style="border:solid 2px black; width: 100px" >
<a href="Kontakt.html">Kontakt</a>
</div> </center>
<center>
<div style="border:solid 2px black; width: 100px" >
<a href="Über Uns.html">Über uns</a>
</div> </center>
</div>
<p align="left">
Willkommen auf unserer Homepage
Zurzeit wird diese Seite noch Bearbeitet, sie geht aber bald Online.
</p>
</body>
</html>
