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">.div-1 {
border: none;
text-align: left;
width: 320px;
}
.div-1-1 {
border: none;
clear: both;
float: left;
height: 200px;
padding: 5px;
text-align: center;
width: 200px;
}
.div-1-2 {
border: none;
float: left;
padding: 80px 0 0 5px;
text-align: left;
width: 100px;
}
</style>
</head>
<body>
<div class="div-1">
<div class="div-1-1">[img]image.jpg[/img]</div>
<div class="div-1-2">Questo è un testo d'esempio</div>
<div style="clear: both;"></div>
</div>
</body>
</html>