hallo!
ich brauche dringed eure Hilfe, ich habe hier nach einer vorlage ein Design versucht zu coden aber es wir mich nicht angezeigt und irgendwas ist falsch.
Könnt ihr mir helfen?
ich brauche dringed eure Hilfe, ich habe hier nach einer vorlage ein Design versucht zu coden aber es wir mich nicht angezeigt und irgendwas ist falsch.
Könnt ihr mir helfen?
HTML:
<HTML>
<HEAD>
<TITLE>Layoutversuch</TITLE>
<STYLE type=text/css>
BODY {
background:"http://i79.photobucket.com/albums/j158/madlien/reese.jpg" ('reese.jpg') no-repeat #ffffff;
color: #360000;
line-height: 13px;
font-family: tahoma;
font-size: 10px;
overflow: hidden
font {
color: #360000;
font-family: tahoma;
font-size: 10px;
line-height: 15px
}
b {
color: #360000;
letter-spacing:2px;
font-family:georgia;
font-size:11px
}
a {
background: transparent;
text-decoration: none;
border-bottom: 2px solid #916064;
color: #916064
}
A:hover {
background: transparent;
text-decoration: none;
border-bottom: 2px solid #360000;
color: #360000
}
TEXTAREA,INPUT {
color: #360000;
background-color: transparent;
font-family: tahoma;
font-size: 10px;
border: 2px solid #916064
}
.content {
position: absolute;
left: 196px;
top: 360px;
background: transparent;
height: 356px;
width: 317px;
overflow: auto
}
.inhaltetable {
width: 304px
}
.navi {
position: absolute;
top: 54px;
left: 397px;
width: 326px;
background: transparent;
color: #360000;
font-size: 10px;
font-family: tahoma;
line-height: 15px;
text-align:center
}
</style>
</HEAD>
<BODY>
<div style="visibility:hidden">{PLACE_POWEREDBY}</div>
<div class=navi>
<a href="/{PLACE_NAME}">Startseite</a><br>
<a href="/{PLACE_NAME}/archivebymonth">Archiv</a><br>
<a href="/{PLACE_NAME}/contact">Kontakt</a><br>
<a href="/{PLACE_NAME}/gb">Gästebuch</a><br>
<a href="/{PLACE_NAME}/abo">Abonnieren</a><p>
<b>Links</b><br>
Person<br>
Fotos<br>
WWW<p>
<b>Credits</b><br>
<a href="http://www.myblog.de/in.love" target="_blank">Code by</a>
</div>
<div class=content>
{PLACE_CONTENT}
</div>
</BODY>
</HTML>
Zuletzt bearbeitet von einem Moderator: