Kan ikke lægge den på nettet nu.
Har fået en til at lave den for mig, og begynder selv at forstå en lillebitte smule af, hvad der foregår.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><meta name="Generator" content="Stone's WebWriter 4">
<!-- Minus AutoDato -->
<html xmlns="
http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Title</title> <style type="text/css">
body{
margin:0;
padding:0;
line-height: 1.5em;
}
b{font-size: 110%;}
em{color: red;}
#maincontainer{
background-repeat:repeat-y;
width: 900px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/ border:solid #333333 1px; }
#topsection{
background-color: #000000;
<!-- background-image:url(top.jpg);
background-repeat:repeat-y; -->
height: 90px; /*Height of top section*/ }
#topsection h1{
margin: 0;
padding-top: 15px;
}
#contentwrapper{
background-repeat:repeat-y;
float: left;
width: 100%;
}
#contentcolumn{
background-color:#FFFFFF;
margin: 0 5px 0 200px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/ height:400px;
overflow: auto;
}
#leftcolumn{
background-color:#000000;
float: left;
width: 200px; /*Width of left column in pixel*/
margin-left: -900px; /*Set margin to that of -(MainContainerWidth)*/ height:400px;
}
#rightcolumn{
background-color:#FFFFFF;
float: left;
width: 5px; /*Width of right column*/
margin-left: -5px; /*Set left margin to -(RightColumnWidth)*/ height:400px; }
#footer{
height: 100px; /*Height of top footer section*/
clear: left;
width: 100%;
background: black;
color: #FFFFFF;
text-align: center;
padding: 4px 0;
background: red;
}
#footer a{
color: #FFFF80;
}
.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 20px;
}
h1 {
font: 16px arial, sans-serif;
color: yellow;
line-height: 22px;
text-align: center;
}
h2 {
font: 16px comic sans MS;
color: #00198d;
text-align: left;
}
</style>
</head>
<body>
<div id="maincontainer">
<div id="topsection"><div class="innertube">
<H1>
H1 tekst
</H1>
</div></div>
<div id="contentwrapper">
<div id="contentcolumn">
<div class="innertube">
<H2>Tekst i H2</H2>
aa
</div> </div> </div>
<div id="leftcolumn">
<div class="innertube">venstre kolone</div>
venstre kolonne<br><br><br><br>
venstre kolonne<br><br><br><br>
</div>
<div id="rightcolumn">
<div class="innertube">
<!-- <H1>Højre kolonne</H1> -->
</div> </div>
<div id="footer">Footer</div>
</div>
</body>
</html>