Bueno creo que el titulo no esta bien especificado pero eh pensado buen rato en como preguntarlo en pocas palabras y no me salia :P
Tengo un problema en un pequeño codigo, mi pagina en la portada muestra un video de youtube
el code completo es este
Código HTML:
<table id="welcome-page" class="clearfix content-box " border="0"> <thead> <tr> <th style="padding:15px;text-align:left;" colspan="3">Bienvenid@ a KannUP!</th> </tr> </thead> <tbody> <tr> <td class="six content-box"> <table id="welcome-left" border="0"> <tbody> <tr> <td width="10"><br /></td> <td><iframe width="425" height="349" src="http://www.youtube.com/embed/Hh4lIFw0WCg" frameborder="0" allowfullscreen></iframe> <p>KannUP!, Primera Red Social Privada Paisa! <a herf="http://kannup.com/signup" targed=Unete /a> </p> </td> <td width="10"><br /></td> </tr> </tbody> </table> </td> <td width="10"><br /></td> <td class="six content-box"> <table border="0"> <thead> <tr> <th width="10"> <br /></th> <th>Aun no eres miembro?, unete Ahora...</th> <th width="10"> <br /></th> </tr> </thead> <tbody> <tr> <td width="10"><br /></td> <td style="width: 400px;"> <table id="welcome-list" border="0"> <tbody> <tr> <td style="padding: 10px 10px 5px 5px;" width="24"><img src="http://static.kannup.com/icons/24/28.png" border="0" alt="" width="24" height="24" /></td> <td style="vertical-align: middle;">Crea un perfil</td> </tr> <tr> <td style="padding: 10px 10px 5px 5px;" width="24"><img src="http://static.kannup.com/icons/24/50.png" border="0" alt="" width="24" height="24" /></td> <td style="vertical-align: middle;">Crea Grupos y eventos</td> </tr> <tr> <td style="padding: 10px 10px 5px 5px;" width="24"><img src="http://static.kannup.com/icons/24/104.png" border="0" alt="" width="24" height="24" /></td> <td style="vertical-align: middle;">No te pierdas ni una, enterate de la actividad de tus amigos.</td> </tr> <tr> <td style="padding: 10px 10px 5px 5px;" width="24"><img src="http://static.kannup.com/icons/24/97.png" border="0" alt="" width="24" height="24" /></td> <td style="vertical-align: middle;">KannUP! te trae las videollamadas entre amigos, ahora tienes mas funciones que nunca.</td> </tr> <tr> <td style="padding: 10px 10px 5px 5px;" width="24"><img src="http://static.kannup.com/icons/24/90.png" border="0" alt="" width="24" height="24" /></td> <td style="vertical-align: middle;">Sube tu musica y videos propios y compartelo todo</td> </tr> <tr> <td style="padding: 10px 10px 5px 5px;" width="24"><img src="http://static.kannup.com/icons/24/73.png" border="0" alt="" width="24" height="24" /></td> <td style="vertical-align: middle;">Crea Notas, Expresate y opina sobre lo mas nuevo en Colombia</td> </tr> <tr class="button"> <td style="text-align: center;" colspan="2"> <div class="buttons" style="font-size: 18px; padding: 15px 10px; margin-left: 10px;"><a title="Click here to Sign Up Now!" href="http://kannup.com/signup">Click Aqui! Para Crearte un KannUP!</a></div> </td> </tr> </tbody> </table> </td> <td width="10"><br /></td> </tr> </tbody> </table> </td> </tr> </tbody> </table>
el video es un iframe, <iframe width="425" height="349" src="http://www.youtube.com/embed/Hh4lIFw0WCg" frameborder="0" allowfullscreen></iframe>
De antemano Muchas Gracias ;)