[Misc] unbekanntes Design selbst ändern?

DaNiLiCiOuS
Hallo liebe GB'ler,
vor ein paar Wochen half mir noch ein Mitglied von GB, dass mir ein Design gemacht und gecodet hat, was ich bisher noch nicht kannte. Und zwar sind das einzelne Teile des Designs, die sie gecodet hat.
Da sie leider abgesprungen ist, wollte ich euch fragen, ob mir dies einer erklären kann, damit ich das auch alleine machen kann und nicht wieder alle Pferdesteckbriefe umtragen muss [da der Steckbrief sich automatisch ans Design anpasst].
Ich hab jetzt mal einen kleinen Screen gemacht, falls ihr nicht wisst, was ich damit meine^^ klick
Falls ihr noch etwas braucht um mir zu helfen, einfach schreien ;-)

Liebe Grüße
Sarah
DaNiLiCiOuS
Sorry dafür ;-)
Aber mit solchen coden kenn ich mich überhaupt nicht aus xD
Ich will ja auch später nen anderes Design haben, aber ich weiß eben nicht, wie man sowas codet bzw. wie man so was in nem Auftrag stellt [weil des ja eben mehrere kleinere Sachen eines Designs sind]
Also hier wäre mal der Code:

<html>
<head>
<style>
BODY {
color: #6e6e61;
text-align : center;
background-image: url(bg.jpg);
font-size:11px ;
font-family: Verdana , Arial;
background-attachment: fixed;
background-position:center;
scrollbar-3dlight-color: #ffffff;
scrollbar-arrow-color: #6e6e61;
scrollbar-darkshadow-color: #6e6e61;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #6e6e61;
scrollbar-track-color: #ffffff;}
A:link { color: #6e6e61; font-size: 11px; font-style: Verdana; text-decoration: none; }
A:visited { color: #6e6e61; font-size: 11px; font-style: Verdana; text-decoration: none; }
A:hover { color: #797177; font-size: 11px; font-style: Verdana; text-decoration: none; font-weight: bold; text-transform:uppercase; background-color:#F9F9F9 ; padding-left:2px; }
A:active { color: #6e6e61; font-size: 11px; font-style: Verdana; text-decoration: none; }


table {
text-align : center;
font-size:11px ;
width:500px;
color:#252525;
border-collapse:collapse;
border-bottom:30px solid #f5f5f0;
border-top:30px solid #f5f5f0;
border-left:4px solid #f5f5f0;
border-right:4px solid #f5f5f0;
background-color: #f5f5f0;
margin-left: auto;
margin-right: auto;

}

td {

font-size:11px ;
border-color:#e1e1d3;
border-style: solid;
border-collapse:collapse;
border-width: 1px ;
background-color: #edede8;
}


th {
padding-top:5px;
padding-bottom:5px;
font-size:11px ;
height:25px;
border-collapse:collapse;
border-color:#e1e1d3;
border-style: solid;
border-collapse:collapse;
border-width: 1px ;
background:url(http://www.oyla24.de/userdaten/49261713/bilder/tablehg.jpg);
}


#container
{
background:url(http://www.oyla24.de/userdaten/49261713/bilder/totalhg.jpg) repeat-y;
margin:0 auto;
width: 1024px;
}

#header
{
background:url(http://www.oyla24.de/userdaten/49261713/bilder/01.jpg) no-repeat;
height:295px;
}

#navi
{
background:url(http://www.oyla24.de/userdaten/49261713/bilder/02_1.jpg) no-repeat;
float:left;
padding-left:90px;
width:180px;
}

#content
{

background:url(http://www.oyla24.de/userdaten/49261713/bilder/03.jpg) no-repeat;
float:left;
padding-right:70px;
padding-left:10px;
width:674px;
}

#footer
{
clear:left;
background:url(http://www.oyla24.de/userdaten/49261713/bilder/04.jpg) no-repeat;
height:82px;
}

</style>


<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>%titel%</title>
</head>
<body style="background-color:#ddddd1">
<div id="container">
<div id="header"></div>
<div id="navi"><br><br><p><br>%navigation_v%</div>
<div id="content">%content%</div>
<div id="footer"></div>
</div>
</body>
</html>
DaNiLiCiOuS
Dankeschön BlackTear ;-) Und sorry wenn des ein falscher Thread war, aber ich hab wirklich null Ahnung von Div- bzw. Tablelayouts^^
Aber ich schau mal bei den ganzen Tutorials großes Grinsen