Have lavt en ny css boks i midten men hvordan ?
Hej jeg tænkte på om i havde lyst til at hjælpe mig..Problemet er at jeg har 2 css bokse, den ene i venstre side med menuen, og den anden i højre side med links, og jeg skal have en i midten med forum, men jeg kan ikke få den i midten, så bliver det hele bare rykket ned, kan i hjælpe mig med det i kan lige få siderne : min kode til forsiden og i midten skal jeg have lavt et css box som ikke røre venstre og højre css bokse :
//HTML\\
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Language" content="da" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Webforum</title>
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body class="body">
<div class="helesiden">
<div class="header">
<div class="headerbox"><div class="tekst">Forside Forum oversigt
Hjem til KasperBasse.dk Kontakt</div></div>
</div>
<div class="content">
<div class="leftbox" style="width: 223px; height: 8px"><div class="font">
<div class="rightbox" style="width: 120px; height: 0px">
<div class="font" style="height: 5px">
KasperBasse.dk<br />
Tweakup.dk<br />
Eksperten.dk<br />
Tutorialshot.com<br />
Hotscripts.com
</div></div>Forum Oversigt<br />
<a href="http://kasperbasse.dk/webforum/create_topic.php" class="font">
<span class="font">Ny forum tråd</span></a><br />
Forum regler</div></div></div></div>
</body>
</html>
//CSS\\
.body{
background-color:#ffffff;
}
.helesiden{
padding: 0px;
width: 800px;
margin-left: auto;
margin-right: auto;
margin-top: 0;
}
.forumoversigt{
color: #000;
margin: 0 0 0px 544px;
padding:1px 0px 0px 0px;
width: 60px;
}
.header{
background: url('images/webforum_01.png') repeat-y center bottom;
margin: 0 auto;
padding: 00px;
width: 700px;
height: 188px;
}
.headerbox {
color: #000;
margin: 0 0 60px 40px;
padding: 162px 100px 0px 0px;
width: 500px;
}
.rightbox{
color: #000;
margin: 0 0 0px 544px;
padding:1px 0px 0px 0px;
width: 60px;
}
.leftbox{
color: #000;
margin: 0 0 0px 26px;
padding: 33px 0px 0px 0px;
width: 100px;
}
.content{
background: url('images/webforum_02.png') repeat-y center bottom;
margin: 0 auto;
padding: 00px;
width: 700px;
height: 610px;
}
.font{
font-family:Verdana;
font-size:x-small;
color:black;
font-weight:bold;
text-decoration: none;
}
.tekst{
font-family:Verdana;
font-size:x-small;
color:white;
font-weight:bold;
text-decoration: none;
}
.sd_left {
color: #000;
margin: 0 0 0px 4px;
padding: 0px 90px 0px 0px;
width: 500px;
// og kan i måske hjælpe mig med at rette det hele så det passer ind, det står forkert.
Kan i hjælpe mig, imidten af siden skal jeg have en php side ind, men mit forum på.. hvis det kan lade sig gøre..
hilsen Kasper Basse
