10/02/2002, 15:19
|
| | Fecha de Ingreso: enero-2002
Mensajes: 196
Antigüedad: 22 años, 10 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>
<tr>
<td height="25">.....</td>
</tr>
</pre>
Donde debería ir:
<pre>
<tr>
<td>.....</td>
</tr>
</pre>
... Sin el "height="25""
<iframe frameborder=0 scrolling=no width=100% height=85 src="http://www.ecuadorciencia.com/ocio/firma.html"></iframe> |