• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

Ausrichtungs Problem

alex141097

Neues Mitglied
Hey,
Ich habe ein kleines Problemchen. Ich habe etwas kleine Programmiert. Aber ich schaffe es nicht es richtig aus zu richten.
Hier mein HTML Code... Ich haette es gerne so:
--------------------------------------------------
Bild
Navigationsleiste; Rahmen
--------------------------------------------------
Hoffentlich kann jmd helfen. Danke im Voraus.
HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="de" xml:lang="de">
<link rel="stylesheet" type="text/css" href="/style.html" />

<style type="text/css">
#h1  {
     color: #FF0000;
     font-family: Times New Roman;
     }
#text {
     color: #FF0000;
     font-family: Times New Roman;
     }

body {
    padding:  0px;
    margin: 0px;
    font-family: Times New Roman;
    font-size: 0.9em;
    text-decoration: none;
    }
#navigation   {
    margin-top: 50px;
    width: 150px;
    text-decoration: none;
   }
#navigation a   {
    display: block;
    height: 24px;
    padding-left: 4px;
    padding-top: 6px;
    color: red;
    border-left: 6px solid #aaaaaa;
    text-decoration: none;
   }
#navigation a:hover {
    color: red;
    background-color: #FFFFFF;
    border-left: 6px solid #aaaaaa;
    padding-left: 4px;
    text-decoration: none;
   }
#navigation a.aktiv {
    border-left: 6px solid  red;
    padding-left: 4px;
    text-decoration: none;
   }


</style>
<body>
</script>
                                        </div>

<title>Prentier Webdesigning</title>
                <p align="center"><div id="content_wrap_div">
                                        <div id="content_div">

                                                <div class="content_img">

                                                        <div class="bg_topright">

                                                                <div class="bg_topleft"></div>
                                                                        <div id="cnt1" class="dCtr"><div id="cnt2" class="dRow"><div id="cnt129" class="dCon"><img src="http://img.webme.com/pic/g/gw-iva/logo.jpg" alt="Logo" border="0" width="200" height="150">
                </div></div></div></div>  </div>  </div>  </div>  </div></p>
<p align="center">
<div id="navigation" >
      <a href="/de/home.html" class="aktiv"><b>Home</b></a>
      <a href="/de/kontakt.html"><b>Kontakt</b></a>
      <a href="/de/beispiele.html"><b>Beispiele</b></a>
      <a href="/de/info.html"><b>Infos</b></a>
      <a href="/de/impressum.html"><b>Impressum</b></a>
   <div style="clear: left">
</div>
</div>
</p>
<div align="center">
<p style="color: red; size: 17; border: 5px solid black; width: 900px; height: 380px;">
</p>
</div>
</body></html>
L.G. Alex141097
 
Zurück
Oben