Mi codigo hasta ahora es:
Código HTML:
Ver original
<td valign="top" id="contenido"> <table width="100%" border="0"> <tr> </tr> <tr> </tr> <!--<tr> <td width="50%" id="nombres_caballos" colspan="2">CELSO EP</td> <td width="50%" id="nombres_caballos" colspan="2">CORDOBÉS EP</td> </tr> <tr> <td width="15%"><img class="imagen_caballo_chica" src="imagenes/chicas/celso1.jpg"></td> <td width="85%" id="datos_caballo">Fecha nacimiento: 28/01/2010<br>Capa: torda<br>Padre: Gondolero XVII<br>Madre: Jovena</td> <td width="15%"><img class="imagen_caballo_chica" src="imagenes/chicas/cordobes1.jpg"></td> <td width="85%" id="datos_caballo">Fecha nacimiento: 12/04/2010<br>Capa: torda<br>Padre: Abenuz II<br>Madre: Liticia</td> </tr> <tr> <td width="50%" valign="top" id="nombres_caballos" colspan="2">CORINTIO EP</td> </tr> <tr> <td width="15%"><img class="imagen_caballo_chica" src="imagenes/chicas/corintio1.jpg"></td> <td width="85%" id="datos_caballo">Fecha nacimiento: 30/01/2010<br>Capa: castaña<br>Padre: Gondolero XVII<br>Madre: Muralla II</td> </tr>--> </table> </td>
Y la parte de CSS es:
Código:
El resultado podéis verlo en: http://www.yeguadalaplata.com/potros.html#nombres_caballos {
font-size:20px;
color: #000000;
font-weight: bold;
background-image:url(imagenes/fondo_nombres_caballos.jpg);
background-repeat: no-repeat;
}
#datos_caballo {
font-size:15px;
color: #000000;
position:relative;
height:75px;
text-indent: 0px;
}
.imagen_caballo_chica {
position:relative;
width:100px;
height: 75px;
}
Muchas gracias por adelantado.


