Ver Mensaje Individual
  #12 (permalink)  
Antiguo 13/10/2012, 07:50
Avatar de emprear
emprear
Colaborador
 
Fecha de Ingreso: junio-2007
Ubicación: me mudé
Mensajes: 8.388
Antigüedad: 16 años, 10 meses
Puntos: 1567
Respuesta: juntar bordes en tablas (td) ?

Creo que aquí una vez más se aplica el viejo axioma

"El que no sabe lo que busca, no encuentra lo que necesita"

Mi código, que al parecer, confunde a nuestro amigo @Lokitozzz, no hace más que lo que el sugiere a través de la imagen, salvo claro está, esas manchas negras que vaya uno a saber que representan

A las pruebas me remito
Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <title>titulo</title>
  5. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  6.  
  7.  
  8. <style type="text/css">
  9. /*<![CDATA[*/
  10. table {
  11. border-collapse: separate;
  12. border-spacing: 0px 5px;
  13. background: #677A85;
  14. border-left: 5px solid #677A85;
  15. border-right: 5px solid #677A85;
  16. }
  17. td{
  18. border-top: 1px solid red;
  19. border-bottom: 1px solid red;
  20. height: 50px;
  21. }
  22. .inicio{
  23. border-left: 1px solid red;
  24. }
  25. .fin{
  26. border-right: 1px solid red;
  27. }
  28.  
  29. /*]]>*/
  30. </head>
  31.         <p>imagen</p>
  32.         <img src="http://i.imgur.com/n4GSp.png" alt="" width="900" />
  33.     <p>tabla</p>
  34. <table cellspacing="0" cellpadding="6" width="900">
  35.  
  36.         <tr class="fila">
  37.             <td colspan="1" align="center" valign="top" width="1" class="inicio">texto</td>
  38.             <td colspan="1" valign="top">texto</td>
  39.             <td width="85" valign="top" align="center">texto</td>
  40.             <td width="200" valign="top" align="right" class="fin"><div style="text-align: center;">texto</div></td>
  41.         </tr>
  42.         <tr class="fila">
  43.             <td colspan="1" align="center" valign="top" width="1" class="inicio">texto</td>
  44.             <td colspan="1" valign="top">texto</td>
  45.             <td width="85" valign="top" align="center">texto</td>
  46.             <td width="200" valign="top" align="right" class="fin"><div style="text-align: center;">texto</div></td>
  47.         </tr>
  48.         <tr class="fila">
  49.             <td colspan="1" align="center" valign="top" width="1" class="inicio">texto</td>
  50.             <td colspan="1" valign="top">texto</td>
  51.             <td width="85" valign="top" align="center">texto</td>
  52.             <td width="200" valign="top" align="right" class="fin"><div style="text-align: center;">texto</div></td>
  53.         </tr>
  54. </body>
  55. </html>

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