Ver Mensaje Individual
  #1 (permalink)  
Antiguo 26/01/2011, 08:42
francap
 
Fecha de Ingreso: agosto-2010
Ubicación: Montevideo
Mensajes: 107
Antigüedad: 13 años, 9 meses
Puntos: 3
DreamWeber Eliminar espacios en blanco

Es simple la pregunta, si alguien puede ayudarme.

quiero que un codigo así:
Código HTML:
Ver original
  1. <table id="Tabla_01" width="900" height="2457" border="0" cellpadding="0" cellspacing="0">
  2.     <tr>
  3.         <td>
  4.             <img src="im&#xe1;genes/parab&#xf3;lica_01.gif" width="300" height="184" alt=""></td>
  5.         <td>
  6.             <img src="im&#xe1;genes/parab&#xf3;lica_02.gif" width="300" height="184" alt=""></td>
  7.         <td>
  8.             <img src="im&#xe1;genes/parab&#xf3;lica_03.gif" width="300" height="184" alt=""></td>
  9.     </tr></Table>

quede así :
Código HTML:
Ver original
  1. <table id="Tabla_01" width="900" height="2457" border="0" cellpadding="0" cellspacing="0"><tr><td><img src="im&#xe1;genes/parab&#xf3;lica_01.gif" width="300" height="184" alt=""></td><td><img src="im&#xe1;genes/parab&#xf3;lica_02.gif" width="300" height="184" alt=""></td><td><img src="im&#xe1;genes/parab&#xf3;lica_03.gif" width="300" height="184" alt=""></td></tr></Table

Sin tener que borrar los espacios linea por linea ya que son muchas lineas y es engorroso.

Debo hacer esto porque los editores html donde coloco el código si encuentran espacio en el código le agregan código y todo se deforma.

Gracias por la respuesta. Saludos