Hola a los dos.
Como simple divertimento, con este código:
Cita: <!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" lang="es-es">
<head>
<title>albertcito</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
* { margin: 0pt;
padding: 0pt;
}
.noticia { width: 700px;
margin: 30px auto;
font-family: Bitstream Vera Sans;
background-color: rgb(235, 235, 235);
}
.titular a { color: rgb(0, 91, 0);
text-decoration: none;
font-size: 0.7em;
display: block;
padding: 10px 0px;
margin-left: 160px;
}
.texto { font-weight: bold;
background-color: rgb(255, 255, 255);
font-size: 0.7em;
padding: 17px 0px 16px 12px;
margin: 0px 4px 0px 150px;
}
.fecha { margin: 4px 4px 0px 150px;
background-color: rgb(255, 255, 255);
color: rgb(179, 71, 71);
font-weight: bold;
font-size: 0.6em;
text-align: right;
padding-top: 4px;
padding-bottom: 4px;
}
.noticia img { margin: 5px;
width: 140px;
height: 100px;
float: left;
}
.corte { clear: both;
font-size: 3px;
}
</style>
</head>
<body>
<div class="noticia"><img alt="" src="img/10247.jpg" />
<div class="titular"><a href="#">Importante
Estadía de Docente UACh en EE.UU.</a></div>
<div class="texto">El médico valdiviano,
patólogo jefe del Hospital Clínico Regional
Valdivia y profesor asociado del Instituto de Anatomía,
Histología y Patología de la Universidad Austral
de Chile, Dr. Daniel Carpio, se encue ...</div>
<div class="fecha"> 01/04/2008</div>
<div class="corte"> </div>
</div>
</body>
</html>
se consigue exactamente lo mismo. Aquí está
el ejemplo
Es que no estoy nada convencido de que eso sean datos tabulados o tabulables ;-D
Mikel.