Buen Día
Tengo un problema con el alto de pagina desde que cambie una foto sola por varias con <marquee>.
En modo de edicion me muestra todas las fotos una arriba de la otra
En modo de ejecucion muestra la marquesina bien pero se me va muy abajo el fin de pagina ya que toma el espacio de todas las fotos que le pongo.
Espero que me hayan entendido y me puedan ayudar
Desde ya Muchas Gracias
Por las dudas les mando el codigo abajo.
<td width="611" align="left" valign="top"><form id="form3" name="form3" method="post" action="">
<marquee width="100%" scrolldelay=" 0" >
Mar del Plata
<img border="0" src="../images/01.jpg" width="550" height="350">
Bahia Blanca
<img border="0" src="../images/02.jpg" width="550" height="350">
San Juan
<img border="0" src="../images/03.jpg" width="550" height="350">
Santiado de Estero
<img border="0" src="../images/04.jpg" width="550" height="350">
San Salvador de Jujuy
<img border="0" src="../images/05.jpg" width="550" height="350">
Olavarria
<img border="0" src="../images/08.jpg" width="550" height="350">
Punta Alta
<img border="0" src="../images/09.jpg" width="550" height="350">
Puerto Madryn
<img border="0" src="../images/10.jpg" width="550" height="350">
Azul
<img border="0" src="../images/12.jpg" width="550" height="350">
Comodoro Rivadavia
<img border="0" src="../images/13.jpg" width="550" height="350">
Rio Gallegos
<img border="0" src="../images/14.jpg" width="550" height="350">
</marquee>
</form>
</td>