elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.

 

 


Tema destacado: Únete al Grupo Steam elhacker.NET


+  Foro de elhacker.net
|-+  Programación
| |-+  Desarrollo Web (Moderador: #!drvy)
| | |-+  Problema tabla en html
0 Usuarios y 1 Visitante están viendo este tema.
Páginas: [1] Ir Abajo Respuesta Imprimir
Autor Tema: Problema tabla en html  (Leído 1,784 veces)
AndreaMark

Desconectado Desconectado

Mensajes: 1


Ver Perfil
Problema tabla en html
« en: 24 Noviembre 2016, 13:40 pm »

Buenos días, soy nueva en esto de la programación y estoy tratando de hacer un newsletter con una template que bajé de internet. El problema es que quiero en lugar de poner 3 tablas como está ahora, borrar todo eso (el texto, los gráficos, etc) y poner 3 fotos. El problema surge cuando quiero borrar las tablas o cualquier cosa de adentro porque me descomagina todo el resto de la template, se mueven las cosas para arriba o para abajo y quisiera que simplemente pudiese poner unas fotos.
¿Saben como lo uedo resolver? Les dejo el código en html de las 3 tablas que sí quisiera conservar su distancia y tamaño.
Desde ya, se agradec pronta respuesta, mijefa me va a despedir sino, ja.
Código
  1. <td valign="top" width="189">
  2.    <div class="img" style="font-size:0pt; line-height:0pt; text-align:left">
  3.        <a href="#" target="_blank"><img src="images/who_we_are.jpg" alt="" border="0" width="189" height="42" /></a>
  4.    </div>
  5.    <table width="100%" border="0" cellspacing="0" cellpadding="0">
  6.        <tr>
  7.            <td class="img" style="font-size:0pt; line-height:0pt; text-align:left" width="1" bgcolor="#d9d8d8"></td>
  8.            <td bgcolor="#f6f6f6">
  9.                <table width="100%" border="0" cellspacing="0" cellpadding="0">
  10.                    <tr>
  11.                        <td class="img" style="font-size:0pt; line-height:0pt; text-align:left" width="14"></td>
  12.                        <td class="text" style="color:#555555; font-family:Arial; font-size:12px; line-height:18px; text-align:left">
  13.                            <div style="font-size:0pt; line-height:0pt; height:10px"><img src="images/empty.gif" width="1" height="10" style="height:10px" alt="" /></div>
  14.  
  15.                            <div>Omnicos directe al desirabil-ita de un nov lingua francaon refusa continuar payar custosi traductores. <br /><br /></div>
  16.                            <div class="img" style="font-size:0pt; line-height:0pt; text-align:left"><a href="#" target="_blank"><img src="images/read_more.jpg" alt="" border="0" width="107" height="31" /></a></div>
  17.                            <div style="font-size:0pt; line-height:0pt; height:17px"><img src="images/empty.gif" width="1" height="17" style="height:17px" alt="" /></div>
  18.  
  19.                        </td>
  20.                        <td class="img" style="font-size:0pt; line-height:0pt; text-align:left" width="14"></td>
  21.                    </tr>
  22.                </table>
  23.            </td>
  24.            <td class="img" style="font-size:0pt; line-height:0pt; text-align:left" width="1" bgcolor="#d9d8d8"></td>
  25.        </tr>
  26.    </table>
  27.    <div class="img" style="font-size:0pt; line-height:0pt; text-align:left"><img src="images/box_bottom.jpg" alt="" border="0" width="189" height="6" /></div>
  28. </td>
  29. <td class="img" style="font-size:0pt; line-height:0pt; text-align:left" width="28"></td>
  30. <td valign="top" width="189">
  31.    <div class="img" style="font-size:0pt; line-height:0pt; text-align:left">
  32.        <a href="#" target="_blank"><img src="images/what_we_do.jpg" alt="" border="0" width="189" height="42" /></a>
  33.    </div>
  34.    <table width="100%" border="0" cellspacing="0" cellpadding="0">
  35.        <tr>
  36.            <td class="img" style="font-size:0pt; line-height:0pt; text-align:left" width="1" bgcolor="#d9d8d8"></td>
  37.            <td bgcolor="#f6f6f6">
  38.                <table width="100%" border="0" cellspacing="0" cellpadding="0">
  39.                    <tr>
  40.                        <td class="img" style="font-size:0pt; line-height:0pt; text-align:left" width="14"></td>
  41.                        <td class="text" style="color:#555555; font-family:Arial; font-size:12px; line-height:18px; text-align:left">
  42.                            <div style="font-size:0pt; line-height:0pt; height:10px"><img src="images/empty.gif" width="1" height="10" style="height:10px" alt="" /></div>
  43.  
  44.                            <div>On refusa continuar payar custosi traductores. It solmen va esser necessi far uniform grammatica. <br /><br /></div>
  45.                            <div class="img" style="font-size:0pt; line-height:0pt; text-align:left"><a href="#" target="_blank"><img src="images/read_more.jpg" alt="" border="0" width="107" height="31" /></a></div>
  46.                            <div style="font-size:0pt; line-height:0pt; height:17px"><img src="images/empty.gif" width="1" height="17" style="height:17px" alt="" /></div>
  47.  
  48.                        </td>
  49.                        <td class="img" style="font-size:0pt; line-height:0pt; text-align:left" width="14"></td>
  50.                    </tr>
  51.                </table>
  52.            </td>
  53.            <td class="img" style="font-size:0pt; line-height:0pt; text-align:left" width="1" bgcolor="#d9d8d8"></td>
  54.        </tr>
  55.    </table>
  56.    <div class="img" style="font-size:0pt; line-height:0pt; text-align:left"><img src="images/box_bottom.jpg" alt="" border="0" width="189" height="6" /></div>
  57. </td>
  58. <td class="img" style="font-size:0pt; line-height:0pt; text-align:left" width="28"></td>
  59. <td valign="top" width="189">
  60.    <div class="img" style="font-size:0pt; line-height:0pt; text-align:left">
  61.        <a href="#" target="_blank"><img src="images/who_we_are.jpg" alt="" border="0" width="189" height="42" /></a>
  62.    </div>
  63.    <table width="100%" border="0" cellspacing="0" cellpadding="0">
  64.        <tr>
  65.            <td class="img" style="font-size:0pt; line-height:0pt; text-align:left" width="1" bgcolor="#d9d8d8"></td>
  66.            <td bgcolor="#f6f6f6">
  67.                <table width="100%" border="0" cellspacing="0" cellpadding="0">
  68.                    <tr>
  69.                        <td class="img" style="font-size:0pt; line-height:0pt; text-align:left" width="14"></td>
  70.                        <td class="text" style="color:#555555; font-family:Arial; font-size:12px; line-height:18px; text-align:left">
  71.                            <div style="font-size:0pt; line-height:0pt; height:10px"><img src="images/empty.gif" width="1" height="10" style="height:10px" alt="" /></div>
  72.  
  73.                            <div>Ma quande lingues coalesce, li grammatica del resultant lingue es plu simplic e regulari quam ti. <br /><br /></div>
  74.                            <div class="img" style="font-size:0pt; line-height:0pt; text-align:left"><a href="#" target="_blank"><img src="images/read_more.jpg" alt="" border="0" width="107" height="31" /></a></div>
  75.                            <div style="font-size:0pt; line-height:0pt; height:17px"><img src="images/empty.gif" width="1" height="17" style="height:17px" alt="" /></div>
  76.  
  77.                        </td>
  78.                        <td class="img" style="font-size:0pt; line-height:0pt; text-align:left" width="14"></td>
  79.                    </tr>
  80.                </table>
  81.            </td>
  82.            <td class="img" style="font-size:0pt; line-height:0pt; text-align:left" width="1" bgcolor="#d9d8d8"></td>
  83.        </tr>
  84.    </table>
  85.    <div class="img" style="font-size:0pt; line-height:0pt; text-align:left"><img src="images/box_bottom.jpg" alt="" border="0" width="189" height="6" /></div>
  86. </td>
  87. </tr>
  88. <div style="font-size:0pt; line-height:0pt; height:40px"><img src="images/empty.gif" width="1" height="40" style="height:40px" alt="" /></div>
  89.  
  90. </div>

MOD: Etiqueta GeSHi.


« Última modificación: 24 Noviembre 2016, 16:15 pm por MCKSys Argentina » En línea

Páginas: [1] Ir Arriba Respuesta Imprimir 

Ir a:  

Mensajes similares
Asunto Iniciado por Respuestas Vistas Último mensaje
Organizar Tabla HTML
PHP
^Tifa^ 4 3,409 Último mensaje 26 Abril 2009, 22:44 pm
por дٳŦ٭
extraer html (tabla) con php
PHP
schumacher 2 4,178 Último mensaje 25 Mayo 2012, 07:37 am
por engel lex
Duda sobre insersion a tabla html desde tabla sql
Bases de Datos
mokoMonster 2 3,947 Último mensaje 20 Febrero 2010, 01:20 am
por Shell Root
HTML Problema con tabla
Desarrollo Web
BlaineMonkey 1 2,446 Último mensaje 28 Mayo 2010, 15:45 pm
por Red Mx
Tabla html con net
.NET (C#, VB.NET, ASP)
Lekim 2 1,867 Último mensaje 7 Abril 2016, 16:29 pm
por Lekim
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines