RainbowCutie
Neues Mitglied
Halloo. Ich habe mich bei MyBlog angemeldet
& soweit hat alles gut geklappt, aber ich habe irgendeinen
Fehler in meinem Code für das Layout gemacht.
Irgendwie ist nichts da, wo es sein sollte bzw
wird erst gar nicht angezeigt. Kann mir jemand helfen? >__<
& soweit hat alles gut geklappt, aber ich habe irgendeinen
Fehler in meinem Code für das Layout gemacht.
Irgendwie ist nichts da, wo es sein sollte bzw
wird erst gar nicht angezeigt. Kann mir jemand helfen? >__<
Code:
<html>
<head>
<title> Mizuki.Yoru </title>
<!-- Anfang des Stylesheets(css) !-->
<style>body {
overflow-x: hidden;
}
{PLACE_POWEREDBY}
<!-- Scrollbalken !-->
body {
scrollbar-face-color: #666666;
scrollbar-highlight-color: #CCCCCC;
scrollbar-3dlight-color: #farbe;
scrollbar-darkshadow-color: #farbe;
scrollbar-shadow-color: #farbe;
scrollbar-arrow-color: #666666;
scrollbar-track-color:#farbe;
}
<!-- Ende Scrollbalken !-->
<!-- Linkeffekte !-->
a:link,{
color: #linktextfarbe;
}
a:visited {
color: #linktextfarbe;
}
a:active {
color: #linktextfarbe;
}
a:hover {
color: #farbebeimdrüberfahren;
}
<!-- Ende Linkeffekte !-->
A.navi:link, A.navi:active, A.navi:visited {
display: block;
padding-left: 2px;
font-family: Arial;
font-size: 10px;
background-color:0F0D0D;
margin-bottom: 2px;
border-bottom: 1px dotted #1C1C1C;
border-left: 0px solid #49A18C;
border-right: 0px dotted #7C757B;
border-top: 0px dotted #7C757B;
text-transform:uppercase;
letter-spacing: 1px;
color: #8F8F8F;
text-align: center;
line-height: 10px;}
A.navi:hover {
display: block;
padding-left: 2px;
font-family: Arial;
font-size: 10px;
background-color:0F0D0D;
margin-bottom: 2px;
border-bottom: 1px dotted #262626;
border-left: 0px solid #96566D;
border-right: 0px dotted #7C757B;
border-top: 0px dotted #7C757B;
text-transform:uppercase;
letter-spacing: 1px;
color: #DE54A2;
text-align: center;
line-height: 10px;}
<!-- Textfarben(Kursiv,fett,unterstrichen..) !-->
font {
color: #textfarbe;
font-family: Arial;
font-size: 11px;
}
b, strong{
color:#farbefett;
}
i, em{
color:#farbekursiv;
}
u{
color: #farbeunterstrichen;
text-decoration:underline;
}
s, strike{
color:#farbedurchgestrichen;
}
<!-- Ende Textfarben !-->
<!-- Textarea !-->
TEXTAREA {
color: #textfarbe;
Font-Family: Arial;
Font-Size: 11px;
width:breitepx;
height:höhepx;
background-color: #hintergrundfarbe;
border: 1px solid #rahmenfarbe;
}
<!-- Ende Textarea !-->
<!-- Input !-->
INPUT {
color: #textfarbe;
Font-Family: Arial;
Font-Size: 11px;
background-color: #hintergrundfarbe;
width: breitepx;
height: höhepx;
Border: 1px solid #rahmenfarbe;
}
<!-- Ende Input !-->
</style>
<!-- Ende des CSS !-->
</head>
<!-- Ende des Head bereiches !-->
<!-- Anfang des Body bereiches !-->
<!-- Dein Hintergrundbild & Hintergrundfarbe !-->
<body bgcolor=#hintergrundfarbe background="http://blablabla">
<!-- Dein Layoutbild !-->
<IMG SRC="http://www3.pic-upload.de/09.03.10/lh36x3vnzrdm.jpg" WIDTH=1366px HEIGHT=1300px style="position:absolute; top: 0; left:0" border="0">
<div style="overflow: visible; position: absolute; width: 200px; height: 400px; left: links(px) ; bottom: oben(px) ">
<!-- Hier kommt dein Content/Deine Textseite hin !-->
<div style="overflow: visible; position: absolute; width: 200px; height: 400px; right: links(px) ; bottom: oben(px) ">
{PLACE_CONTENT}
</div>
<!-- Ende des Contents !-->
<div style="overflow: visible; position: absolute; width: breite(px); height: höhe(px); left: links(px) ; top: oben(px) ">
<!-- Hier kommt deine Navigation hin !-->
</div>
<!-- Ende der Navigation !-->
</body> </html>