Ver Mensaje Individual
  #10 (permalink)  
Antiguo 06/06/2011, 22:41
Avatar de emprear
emprear
Colaborador
 
Fecha de Ingreso: junio-2007
Ubicación: me mudé
Mensajes: 8.388
Antigüedad: 16 años, 9 meses
Puntos: 1567
Respuesta: Problema con ajuste de tabla

La tabla, no sé, pero ppor lo pronto tenes una imagen dentro del head


<img id="fondo" src="/recursos/bkground2.png" />
<sTYLE>
BODY { background: url(/recursos/bkground2.png) background-repeat: repeat-x;}
</STYLE>
</head>



Empezá por estructurar debidamente tu html, algo así

Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
  2. <title>Hot Fantasy</title>
  3. <link rel="shortcut icon" href="/recursos/favicon.ico">
  4. <link rel="stylesheet" type="text/css" href="style.css">
  5.  
  6. <style type="text/css">
  7.  
  8. body{ background: url(/recursos/bkground2.png) background-repeat: repeat-x; margin: 0px;}
  9.  
  10. #fondo{
  11. position: absolute;
  12. top: 0;
  13. left: 0;
  14. width: 100%;
  15. height: 100%;
  16. z-index:-50;
  17. background-repeat: repeat-x;
  18. }
  19. </head>
  20.  
  21. <img id="fondo" src="/recursos/bkground2.png" alt="" name="fondo">
  22. <table id="tablach" border="0">
  23. <tr>
  24. <td>xd</td>
  25. <td>xd</td>
  26. <td>xd</td>
  27. </tr>
  28. <tr>
  29. <td>xd</td>
  30. <td>xd</td>
  31. <td>xd</td>
  32.  
  33. </tr>
  34. <tr>
  35. <td>xd</td>
  36. <td>xd</td>
  37. <td>xd</td>
  38. </tr>
  39.  
  40. </body>
  41. </html>

y después recien corregí la posición de los elementos si no se ajustan a lo que vos querés

saludos
__________________
La voz de las antenas va, sustituyendo a Dios.
Cuando finalice la mutación, nueva edad media habrá
S.R.