[HTML] Menü ist senkrecht?

Muckelmaus
Zitat:
Original von Muckelmaus
Hallo Leute
Das hier ist der Code für mein Design großes Grinsen Jedoch hätte ich das Menü gerne Waagerecht und nicht senkrecht so wie es gerade ist. Was muss ich am Code verändern? Dane schonmal im vorraus.
Lg Muckelmaus

P.s. Es ist für Oyla Augenzwinkern

code:
1:
<html>                                                                                 <head>                                                                                 <title></title>                                                                                  <style type="text/css">                                                                                 <!--                                                                                 body {                                                                                 scrollbar-face-color: #ffffff;                                                                                 scrollbar-highlight-color: #000000;                                                                                 scrollbar-3dlight-color: #000000;                                                                                 scrollbar-darkshadow-color: #000000;                                                                                 scrollbar-shadow-color: #000000;                                                                                 scrollbar-arrow-color: #000000;                                                                                 scrollbar-track-color: #ffffff;                                                                                 }                                                                                 a:link {                                                                                 color: #644b2d;                                                                                 text-decoration:none;                                                                                 }                                                                                 a:visited {color: #644b2d;                                                                                 text-decoration:none;                                                                                 }                                                                                 a:active {color: #644b2d;                                                                                 text-decoration:none;                                                                                 }                                                                                 a:hover {color: #644b2d;                                                                                 text-decoration:none;                                                                                 }                                                                                 -->                                                                                 </style>                                                                                 </head>                                                                                                                                                                  <body <body background="http://www.oyla.de/userdaten/214/14446/bilder/1.jpg"> <topmargin="0" leftmargin="0">                                                                                                                                                                  <!-- Start Design -->                                                                                 <img border="0" src="http://www.gegen-bilderklau.net/attachment.php?attachmentid=272757" scroll="no" bgproperties="fixed"                                                                                 align ="left" style ="position: absolute; top: 0; left: 275">                                                                                 <!-- End Design -->                                                                                                                                                                  <!-- Start Content -->                                                                                 <div style="overflow: auto; position: absolute; width: 781px; height: 350px; left: 334px; top: 211px">                                                                                 <span style="font-family:Arial; font-size:16px; color:#000000;">%content%</span>                                                                                 </div>                                                                                 <!-- End Content -->                                                                                                                                                                  <!-- Start Navigation -->                                                                                 <div align = "center" style="overflow: auto; position: absolute; width: 781px; height: 37px; left: 334px; top: 181px">                                                                                 <span style="font-family:Arial; font-size:16px; color:#000000;">%navigation_v%</span>                                                                                 </div>                                                                                 <!-- End Navigation -->                                                                                                                                           </body>                                                                                 </html>
Oli
Hi,

ich kenn mich jetzt nicht mit Oyla aus, würde aber vermuten, dass du einfach nur das %navigation_v% zu %navigation_h% ändern musst.

Außerdem würde ich dir dringend abraten, ein auf GB hochgeladenes Bild auf der Seite zu verwenden, da man dieses nur sieht, wenn man auf GB eingeloggt ist. Besucher, die nicht auf GB sind, könnten dieses Bild also nicht sehen.

Ansonsten hätte ich noch hier einen "Fehler" gefunden:
code:
1:
2:
3:
<body <body background="http://www.oyla.de/userdaten/214/14446/bilder/1.jpg"><topmargin="0" leftmargin="0">

Das sollte vermutlich so lauten:
code:
1:
2:
3:
<body background="http://www.oyla.de/userdaten/214/14446/bilder/1.jpg" topmargin="0" leftmargin="0">

LG,
Oli
Muckelmaus
War auch nur vorrübergehnd Augenzwinkern Okay danke somit hat es sich also erledigt