<div id="div1">
<p><span>Title</span></p>
<p>Text</p>
</div>
<div id="div2">
<p><span>Text</span></p>
<p>MoreText</p>
</div>
<div id="div3">
<p>Text and image</p>
</div>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title></title>
<style type="text/css">
#left {
float:left;
width:20%;
margin:0;
padding:0;
font-size:80%;
clip: rect(auto,auto,auto,auto);
display: inline;
color: #FFF;
background-color: #00F;
}
#middle {
font-size:80%;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
padding-right: 20%;
padding-left: 20%;
color: #F00;
background-color: #000;
}
#right {
float:right;
width:20%;
margin:0;
padding:0;
font-size:80%;
clip: rect(auto,auto,auto,auto);
display: inline;
color: #FF0;
background-color: #F00;
height: 100%;
}
</style>
</head>
<body>
<div id="left">
<h4>Left Col</h4>
fsdfasdfasdfsdfasdfasdfsdfasdfasdfs fsdfasdfasd
fsdfasdfasdfsdfasdfasdfsdfasdfasdfsfsdfasdfasdfsdfasdfasdfsdfasdfasdfs</div></div>
<div id="right">
<h4>Right Col</h4>
<p>fsdfasdfasdfsdfasdfab sdfsdfasdfasdfsfsdfasdfasdf sdfasdfasdfsdfasdfasdfsfsdfasd fasdfsdfasdfasdfsdfasdfasdfsfsdfasdfa sdfsdfasdfasdfsdfasdfasdfsfsdfasdfas dfsdfasdfasdfsdfasdfasdfs</p>
</div></div>
<div id="middle">
<h4>Middle Col</h4>
<p>fsdfasdfasdfsdfasdfasdfsdfasdfasdfsdfasdfasdfsdfasdfasdfsdfasdfasdfsdfasdfasd</p>
</div>
</body>
</html>
Open in new window