Ver Mensaje Individual
  #3 (permalink)  
Antiguo 10/02/2002, 15:19
Spÿke_ec
 
Fecha de Ingreso: enero-2002
Mensajes: 196
Antigüedad: 22 años, 4 meses
Puntos: 0
Re: Frontpage2000

Es posible que a la celda o fila que contiene el titular le hayas dado un valor "height" inadvertidamente. Es decir fijaste por error un alto, verifica tu código, algo así debe suceder:

<pre>
&lt;tr&gt;
&lt;td height=&quot;25&quot;&gt;.....&lt;/td&gt;
&lt;/tr&gt;
</pre>

Donde debería ir:

<pre>
&lt;tr&gt;
&lt;td&gt;.....&lt;/td&gt;
&lt;/tr&gt;
</pre>

... Sin el &quot;height=&quot;25&quot;&quot;

<iframe frameborder=0 scrolling=no width=100% height=85 src="http://www.ecuadorciencia.com/ocio/firma.html"></iframe>