Ver Mensaje Individual
  #5 (permalink)  
Antiguo 18/04/2012, 13:36
alex760125
 
Fecha de Ingreso: enero-2010
Mensajes: 239
Antigüedad: 14 años, 3 meses
Puntos: 0
Respuesta: Tabla tipo gráfico.

Cita:
Iniciado por emprear Ver Mensaje
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. <style type="text/css">
  8. /*<![CDATA[*/
  9.  
  10. table{
  11. border-bottom: solid 1px #000;
  12. border-left: solid 1px #000;
  13. }
  14.  
  15. /*]]>*/
  16. </head>
  17.  
  18. <table width="30%">
  19. <tr><td>AAA</td><td>AAA</td></tr>
  20. <tr><td>BBB</td><td>BBB</td></tr>
  21.  
  22. </body>
  23. </html>

Si no es eso, no se de que está hablando exactamente
Saludos
Muchass gracias era justo eso. Parece q sólo se puede con css?