codice:
<!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>
<title>Documento senza titolo</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
.contenitore {
border: none;
margin-left: auto;
margin-right: auto;
text-align: left;
width: 950px;
}
.left {
background-color: #ffff00;
border: none;
clear: both;
float: left;
line-height: 300px;
padding: 0px;
width: 470px;
}
.right {
background-color: #ff0000;
border: none;
float: left;
line-height: 300px;
padding: 0px;
width: 480px;
}
</style>
</head>
<body>
<div class="contenitore">
<div class="left"></div>
<div class="right"></div>
<div style="clear: both;"></div>
</div>
</body>
</html>