foto in lay out

Status
Niet open voor verdere reacties.

willem008

Gebruiker
Lid geworden
28 sep 2007
Berichten
792
goede dag

ik ben een lay out aan het maken
nu wil ik in het midden continent dus bij die tekst foto''s plaatsen ,hoe kan ik dat dan het beste doen .
moet ik dan een div maken in dat continent of kan het ook zoals ik heb gedaan in de header.
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">
<link rel="stylesheet" href="style.css" type="text/css" />
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Start pagina</title>
<style type="text/css">
body, html{
margin: 0;
height: 100%;
}

#main_container{
float: left;
min-height: 100%;
_height: 100%;
width: 100%;
background: #14285f;
margin: -30px 0 0 0;
}

#footer_container{
clear: both;
height: 25px;
padding: 5px 0 0 0;
background: #000;
width: 100%;
text-align: center;
color: #FFF;
}

#header_container{
	width: 100%;
	height: 75px;
	padding: 30px 0 0 0;
	color: #fff;
	text-align:center;
	background-color: #000000;
	background-image: url(eigensite/image/Beeld_W%5B1%5D.L._vd_Meer.jpg);
	background-repeat: no-repeat;
}

#linker_container{
	float: left;
	width: 150px;
	background-color:#00CC33;
	color: #FFFFFF;
	
}

#rechter_container{
float: right;
width: 250px;
background-color: #dcdcdc;
}

#content_container{
background:#FFFF66;
margin: 0 250px 0 150px;
}


</style>
</head>
<body>
 
Laatst bewerkt door een moderator:
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan