Hola! Hoy me has pillado aburrido y te lo he montado, pero no te lo tomes por costumbre ;)
Código HTML:
Ver original<!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"> <meta http-equiv="Content-Type" content= "text/html; charset=utf-8" />
<!--
/* Reset */
* {
margin: 0;
padding: 0;
}
body {
background-color: #fff;
font: 84% VerdaVerdana, Geneva, Arial, Helvetica, sans-serif;
color: #000;
margin: 1em; /* quitar */
}
/* Caja noticias */
.highlights {
width: 710px;
height: 300px; /* Ancho y alto fijo */
overflow: hidden; /* Se oculta el contenido desbordado */
background-color: #efefef;
border: 2px solid #b2b2b2;
}
.highlights h3 {
height: 30px;
margin: 6px 6px 30px 6px;
line-height: 1.8em;
letter-spacing: 1px;
background: #598eb0 url(h3-bg.png) repeat-x left center; /* Imagen de 1x30px con degradado */
}
.highlights h3 span {
background: url(bullet.gif) no-repeat left center; /* boliche */
padding-left: 20px;
margin-left: 10px;
}
.hl-col {
width: 170px;
float: left;
margin-left: 30px;
_margin-left: 15px; /* hack para el puñetero IE6 */
}
.hl-content {
margin: 0 30px 60px 220px;
}
.hl-content p, .hl-col p {
margin: 1em 0;
}
-->
<img src="pict.jpg" title="" alt="" />
<p>Lorem ipsum dolor sit amet, consectetur
adipiscing elit. Morbi venenatis, tellus eget
elementum dictum, dolor enim varius enim, pharetra
pretium eros lectus nec nisi. Aenean fringilla
lorem sed massa imperdiet ac scelerisque nisi
<a href="#" title="">Read more...
</a>
<p>Lorem ipsum dolor sit amet, consectetur
adipiscing elit. In ac magna purus. Aliquam
vehicula nulla at purus pellentesque nec malesuada
sapien tincidunt. Vestibulum pretium volutpat eros,
pulvinar sollicitudin dolor aliquam at.
</p> <a href="#" title="">Read more...
</a>
El código está comentado para que te sirva de aprendizaje, de todos modos sigue el tutorial que te ha puesto
Impostor, no es tan duro como parece, es cuestión de invertir tiempo, como todo.
Salud!