Problemas con el encabezado de una página web que he diseñado con lenguaje HTML

Hola a todos, mi pregunta es la siguiente... Estoy diseñando un site www.granhotelmardelplata.com/promociones.htm cuando ingreso ahi con el mozilla firefoz me aparece debajo de los botones como un espacio blanco chiquito, una linea finita que no puedo sacarlo.. No se que cosa del codigo de fuente es, ya me canse de probar una y mil veces, ahora cuando lo veo con el explorer (V.6.0) me doy cuenta que ese espacio que no podia sacar en el firfox es una espacio enorme del mismo tamaño del swf que esta de encabezado, es como si el encabezado se repitiera dos veces pero arriba se ve es decir el primiero y el segundo que esta debajo no se ve.. Se ve blanco... El tema es que yo necesito eliminar ese espacio blanco.. Que no va, alguien podria ingresar al site y ver el codigo de fuente y decirme o pegarme aca exacatamente que debo eliminar porque la cabeza... Ya no me da mas!!! Ajajajaja... Esto es asi... Los diseñadores lo sabe,mos, muchas gracias al que se cope ayundamome!! Sera agradecido!!

1 respuesta

Respuesta
1
Me imagino que tienes las divisiones las tienes en tablas...
¿No se si manejas algo de css?
O como lo manejas...
Yo tengo una duda...
¿Por qué tu extencion de archivo javascript termina en htm?...
<script src="<u><!--<br /><!--
AC_RunActiveContent.htm</u>" type="text/javascript">
// -->
// --></script>
El archivo AC_RunActiveContent javascript que necesita el swf para que pueda visualizarse el swf..
AC_RunActiveContent.js
Arregla ese archivo y me dices como te fue...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Gran Hotel Mar del Plata - Promociones</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<style type="text/css"><!--
body {
background-image: url(fondo.jpg);
background-attachment: fixed;
background-color: #FFFFFF;
}
.style1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #771D02;
}
.Estilo22 {font-size: 10px}
.link {font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #F2F0E6;
text-decoration: none;
font-weight: bold;
}
.style3 {color: #E0DAC2}
.style4 {color: #771D02; font-size: 9px;}
.style5 {color:#E0DAC2;font-size: 9px}
--></style>
<script type="text/javascript" src="AC_RunActiveContent.htm"></script>
<!-- base href="http://www.granhotelmardelplata.com/" -->
</head>
<body>
<table cellspacing="0" cellpadding="0" width="711" align="center" bgcolor="#ffffff" border="0">
<tbody>
<tr>
<td valign="bottom" align="center" width="711" bgcolor="#ffffff">
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','700','height','200','src','top1','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','top1' ); //end AC code
</script>
<embed src="top1.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="700" height="200"></embed>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="700" height="200">
</object>
</td>
</tr>
<tr>
<td>
<div align="center" cellspacing="0" cellpadding="0" border="0"><img alt="" height="17" width="700" border="0" src="barravieja.jpg" /></div>
</td>
</tr>
<tr>
<td>
<table cellspacing="0" cellpadding="0" width="700" align="center" border="0">
<tbody>
<tr>
<td valign="center" align="center" background="Promocion%252025%2520de%2520Mayo%2520GHMDP.htm" bgcolor="#e0dac2">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="700" height="313">
<param name="movie" value="promo.swf" />
<param name="quality" value="high" /><embed src="promo.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="700" height="313"></embed>
</object>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td bgcolor="#ffffff">
<div align="center"><img alt="" height="17" width="700" src="abajo3..jpg" /><br />
</div>
</td>
</tr>
</tbody>
</table>
<table width="700" align="center" border="0">
<tbody>
<tr>
<td background="fondo.jpg">
<div align="right"><span class="Estilo7 style4 Estilo7 style20 Estilo22 style1 style3"><span class="style5">Powered by</span></span><span class="style3"><a class="link" target="_blank" href="http://www.mardelplata.com/paginasweb"></a></span><a class="link" target="_blank" href="http://www.mardelplata.com/paginasweb">mardelplata.com</a></div>
</td>
</tr>
</tbody>
</table>
</body>
</html>
hola, experto gracias por tu ayuda la verdad es que apenas entiendo de ccs estoy estudiando recien ahora., me dijieron lo siguiente
el problema lo tienes porque has colocado las etiquetas <embed> y
<object>
imbricadas: primero debes terminar la etiqueta embed y después empezar la object. Ahora la embed termina 'dentro' de object.
e intente modificarlo pero no hay caso... por esto te pegue en el otro post el codigo de fuente de la web aver si vos sabes como midiciarlo y me lo dejas copiado asi yo despues lo pego y lo copio al archivo corresponiente... aver si de una vez por todas lo puedo soluccionar.
Espero tu pronta respyesa atte. te sasluda. Rey emanuel desde Argentina!!! Mil Gracias!
Solo copia y pega...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Mirrored from www.granhotelmardelplata.com/index.htm by HTTrack Website Copier/3.x [XR&CO'2008], Mon, 27 Apr 2009 18:34:28 GMT -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Gran Hotel Mar del Plata</title>
<style type="text/css">
<!--
body {
background-image: url(fondo.jpg);
}
.style1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #771D02;
}
.Estilo22 {font-size: 10px}
.link {font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #F2F0E6;
text-decoration: none;
font-weight: bold;
}
.style3 {color: #E0DAC2}
.style4 {color: #771D02; font-size: 9px;}
.style5 {color:#E0DAC2;font-size: 9px}
-->
</style>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body>
<table width="711" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td width="711" align="center" valign="top" bgcolor="#FFFFFF">
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','700','height','200','src','top1','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','top1' ); //end AC code
</script>
<noscript>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="700" height="200">
<param name="movie" value="top1.swf" />
<param name="quality" value="high" />
<embed src="top1.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="700" height="200"></embed>
</object>
</noscript> </td>
</tr>
<tr>
<td bgcolor="#FFFFFF">
<div align="center"><img src="barra.jpg" width="700" height="27" border="0" usemap="#Map" /></div>
</td>
</tr>
<tr>
<td bgcolor="#FFFFFF">
<table width="700" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="top" bgcolor="#E0DAC2">
<table width="300" border="0" align="center">
<tr>
<td rowspan="3">
<table width="200" border="0">
<tr>
<td>
<div align="center"><img src="edificio.jpg" width="200" height="319" /></div>
</td>
</tr>
<tr>
<td>
<div align="center"></div>
</td>
</tr>
</table>
</td>
<td><img src="fon_.jpg" width="340" height="71" /></td>
</tr>
<tr>
<td>
<table width="300" border="0" align="center">
<tr>
<td>
<p align="center" class="style1">Me encuentro en un lugar bonito<br />
A orillas del mar llamado La Perla<br />
A metros de la playa, blanca, caliente, serena.<br />
Estoy cerca del pez, cerca del agua<br />
Cerca de todo, lejos de nada.<br />
Amanezco con un sol Rojo Naranja<br />
El mar enfrente, la ciudad a mis espaldas.<br />
Por dentro soy un lugar acogedor,<br />
recibo a quienes con mucho sacrificio<br />
aportan una cuota social<br />
para que sobreviva.<br />
Ya cumpliré 36 años de vida,<br />
soy generoso y alegre,<br />
en temporada de verano y todo el año<br />
Albergo a mucha gente.<br />
Pero todo esto pareciera nada<br />
Si Ud. que me frecuenta NO ME AMARA,<br />
y Ud. que no me conoce,<br />
visíteme y compruebe con el Amor<br />
y calidez que lo recibiré. </p>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td><img src="u.jpg" width="340" height="16" /></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor="#FFFFFF">
<div align="center"><img src="abajo3..jpg" width="700" height="17" /><br />
</div>
</td>
</tr>
</table>
<table width="700" border="0" align="center">
<tr>
<td background="fondo.jpg">
<div align="right"><span class="Estilo7 style4 Estilo7 style20 Estilo22 style1 style3"><span class="style5">Powered by</span></span><span class="style3"><a href="http://www.mardelplata.com/paginasweb" class="link" target="_blank" > </a></span><a href="http://www.mardelplata.com/paginasweb" class="link" target="_blank" >mardelplata.com</a></div>
</td>
</tr>
</table>
<map name="Map" id="Map">
<area shape="rect" coords="211,5,530,28" href="promociones.htm" />
</map>
</body>
<!-- Mirrored from www.granhotelmardelplata.com/index.htm by HTTrack Website Copier/3.x [XR&CO'2008], Mon, 27 Apr 2009 18:34:32 GMT -->
</html>

Añade tu respuesta

Haz clic para o

Más respuestas relacionadas