Ver Mensaje Individual
  #11 (permalink)  
Antiguo 04/09/2008, 22:00
Avatar de uselox
uselox
 
Fecha de Ingreso: agosto-2008
Ubicación: Lima, Perú
Mensajes: 168
Antigüedad: 15 años, 8 meses
Puntos: 12
Respuesta: background y url

<html>
<head>
<title>CSS</title>
<style type='text/css' rel='stylesheet'>
table.xD
{
background-image:url(http://i2.ytimg.com/u/e4LM_eKc9ywRmVuBm5pjQg/watch_header.jpg);
width:500px;
height:500px;
}
</style>
</head>
<body>
<table name='xD'>
<tr>
<td>
</td>
</tr>
</table>
</body>
</html>

prueba poniendo el css en la misma pagina
Algo ASi masomenos