Ver Mensaje Individual
  #8 (permalink)  
Antiguo 04/06/2008, 08:32
guille_el3
 
Fecha de Ingreso: abril-2008
Mensajes: 264
Antigüedad: 16 años
Puntos: 2
Respuesta: Acerca de CSS, Iframe y problema a la hora de visualizar..Necesito comprob

Fijate que tienes muchos errores en el html, cosas como:

- un td adentro de un div
Código HTML:
<div class="CabeceraDerecha">
		 <!-- Reproductor Flash --->
           <td><table width="642" border="0">
               <tr>
                 <td width="312"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="240" height="20" hspace="2" vspace="0" align="middle">

                   <param name="allowScriptAccess" value="sameDomain" />
                   <param name="movie" value="ElementosFlash/dewplayer-multi.swf?son=Prueba.mp3|Prueba.mp3&amp;autostart=1&amp;autoreplay=1&amp;bgcolor=367296" />
                   <param name="quality" value="high" />
                   <param name="bgcolor" value="367296" />
                   <embed src="ElementosFlash/dewplayer-multi.swf?son=Prueba.mp3|Prueba.mp3&amp;autostart=1&amp;autoreplay=1&amp;bgcolor=367296" width="240" height="20" hspace="2" vspace="0"  align="middle" quality="high" bgcolor="367296" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>
                 </object></td>
                 <td width="115">&nbsp;</td>
                 <td width="207" align="right"><span class="style14">Español | Ingles </span></td>

               </tr>
             </table></td>
      </div> 
-Todo esto aparece comentado si miras el codigo fuente de tu pagina en el FF
Código HTML:
 <!------------------------------------------------------------------->
  <!----------------------- Parte Central ----------------------------->
  <!------------------------------------------------------------------->
	
	<div class="ParteCentral">
	
	  <div class="Izquierda">
	    <table width="219" height="487" border="0" align="center">
          <tr>
            <td width="213" height="112"><span class="style12"><img src="Imagenes/Imagenes_Contenido/GabrielGarciaMarquez.jpg" alt="Gabriel" width="70" height="108" hspace="5" vspace="17" border="1" align="left" /><br />
            »<a href="Paginas/CartaGBM.html" target="Central">Carta</a> de despedida de la vida pública del premio Nobel de literatura,el colombiano Gabriel García Márquez.</span></td>
          </tr>
          <tr>
            <td height="104"><p><img src="Imagenes/Imagenes_Contenido/ElPoderdelaspesadillas.gif" alt="El poder de las pesadillas." width="72" height="99" hspace="5" vspace="0" align="left" /><span class="style3"><span class="style8">»</span><span class="style10"><a href="Paginas/ElPoderdeLasPesadillas.html" target="Central">El Poder de las pesadillas</a></span>:BBC  Historia de los movimientos neoconservador y radical islamista.</span><br />
              <br />
              <br />
            </p>
            </td>
          </tr>
          <tr>
            <td height="73"><img src="Imagenes/Imagenes_Contenido/requiem.jpg" alt="Réquiem por un sueño." width="52" height="71" hspace="5" align="right" /><span class="style3"><span class="style8">»</span><span class="style10"><a href="Paginas/RequiemPorUnSueno.html" target="Central">Réquiem por un sueño</a></span> (Requiem for a dream)</span><span class="style3"><strong>Dirección:</strong> Darren Aronofsky.<br />
            <strong>Año:</strong> 2000.</span></td>
          </tr>
          <tr>
            <td height="76"><img src="Imagenes/Imagenes_Contenido/laultimanoche.jpg" alt="La última noche." width="52" height="71" hspace="5" align="right" /><span class="style3"><span class="style8">»</span><span class="style10"><a href="Paginas/LaUltimaNoche.html" target="Central">La última noche </a></span> <br />
(25 th hour)</span><span class="style3"><strong><br />
Dirección:</strong>Spike Lee.<br />
<strong>Año:</strong> 2002.</span><br /></td>
          </tr>
          <tr>
            <td height="73"><img src="Imagenes/Imagenes_Contenido/PijamadeRayas.JPG" alt="El niño del pijama con rayas." width="52" height="71" hspace="5" align="right" /><span class="style3"><span class="style8">»</span><a href="Paginas/PijamadeRayas.html" target="Central">&quot;El niño con el pijama de rayas&quot; </a> de John Boyne.<br />
                <strong>Genero</strong>:Narrativa</span>.<br />
            <span class="style3"><strong>Año:</strong> 2007.</span></td>
          </tr>
        </table>
	  </div>
	
		<!--ParteCentral Extra ----> 
Fijate bien de corregir todos esos errores. No se que editor de HTML estarás usando, pero hay varios Open source que no son malos, fíjate en este foro, el thread al comienzo, que habla de eso.

Saludos
Guille