Ver Mensaje Individual
  #2 (permalink)  
Antiguo 05/07/2010, 13:55
TheDark03
 
Fecha de Ingreso: mayo-2010
Ubicación: Lima, Peru.
Mensajes: 176
Antigüedad: 14 años
Puntos: 6
Respuesta: asignar una imagen de fondo a una tabla

Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  4. <title>Documento sin t&iacute;tulo</title>
  5. </head>
  6. .tableback{background:url(imagen.jpg);border:1px solid #996600;}
  7.  
  8. <table class="tableback">
  9. <tr>
  10. <td>JOSE Y MERY</td>
  11. <td>Amor x siempred</td>
  12. </tr>
  13.  
  14. </body>
  15. </html>

crea una imagen de el ancho de tu tabla y nada masy el ancho =

Saludoz