iframe qui ne fonctionnent plus
2 participants
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Problème avec un script, un code :: Archives des problèmes avec un code
Page 1 sur 1 • Partagez
iframe qui ne fonctionnent plus
Bonjour à tous,
J'ai créé 8 diaporama que j'ai mit sur une page html (avec des iframe):
Le soucis c'est qu'il n'y en a qu'un qui s'affiche et que même si on peut simplifier mon code je ne vois pas ce qui pourrait supprimer l'affichage des 7 autres: http://www.fansduspo.com/h2-photos
Si quelqu'un pouvait m'éclairer ce serait sympa!
Je vous remercie d'avance!
bonne journée
J'ai créé 8 diaporama que j'ai mit sur une page html (avec des iframe):
- Code:
<center><div style="width:850px;height:550px;border:2px solid #D80000;background-color : #FFFFFF;-moz-border-radius: 4px;-htm-border-radius: 4px;-o-border-radius: 4px;-webkit-border-radius: 4px;margin-top:-16px;padding-top:15px;margin-right:-10px;margin-left:-10px;">
<font size=5><span style="color:#0000C5">Saison 2004-2005</span></font>
<center><iframe src="https://dl.dropboxusercontent.com/u/33287639/simpleviewer/2004-2005/index.html" width="800" height="500" allowTransparency="false" frameborder="0" scrolling="no" /></center>
</center>
</div>
<center><div style="width:850px;height:550px;border:2px solid #D80000;background-color : #FFFFFF;-moz-border-radius: 4px;-htm-border-radius: 4px;-o-border-radius: 4px;-webkit-border-radius: 4px;margin-top:-16px;padding-top:15px;margin-right:-10px;margin-left:-10px;">
<font size=5><span style="color:#0000C5">Saison 2005-2006</span></font>
<center><iframe src="https://dl.dropboxusercontent.com/u/33287639/simpleviewer/2005-2006/index.html" width="800" height="500" allowTransparency="false" frameborder="0" scrolling="no" /></center>
</center>
</div>
<center><div style="width:850px;height:550px;border:2px solid #D80000;background-color : #FFFFFF;-moz-border-radius: 4px;-htm-border-radius: 4px;-o-border-radius: 4px;-webkit-border-radius: 4px;margin-top:-16px;padding-top:15px;margin-right:-10px;margin-left:-10px;">
<font size=5><span style="color:#0000C5">Saison 2006-2007</span></font>
<center><iframe src="https://dl.dropboxusercontent.com/u/33287639/simpleviewer/2006-2007/index.html" width="800" height="500" allowTransparency="false" frameborder="0" scrolling="no" /></center>
</center>
</div>
<center><div style="width:850px;height:550px;border:2px solid #D80000;background-color : #FFFFFF;-moz-border-radius: 4px;-htm-border-radius: 4px;-o-border-radius: 4px;-webkit-border-radius: 4px;margin-top:-16px;padding-top:15px;margin-right:-10px;margin-left:-10px;">
<font size=5><span style="color:#0000C5">Saison 2007-2008</span></font>
<center><iframe src="https://dl.dropboxusercontent.com/u/33287639/simpleviewer/2007_2008/index.html" width="800" height="500" allowTransparency="false" frameborder="0" scrolling="no" /></center>
</center>
</div>
<center><div style="width:850px;height:550px;border:2px solid #D80000;background-color : #FFFFFF;-moz-border-radius: 4px;-htm-border-radius: 4px;-o-border-radius: 4px;-webkit-border-radius: 4px;margin-top:-16px;padding-top:15px;margin-right:-10px;margin-left:-10px;">
<font size=5><span style="color:#0000C5">Saison 2008-2009</span></font>
<center><iframe src="https://dl.dropboxusercontent.com/u/33287639/simpleviewer/2008_2009/index.html" width="800" height="500" allowTransparency="false" frameborder="0" scrolling="no" /></center>
</center>
</div>
<center><div style="width:850px;height:550px;border:2px solid #D80000;background-color : #FFFFFF;-moz-border-radius: 4px;-htm-border-radius: 4px;-o-border-radius: 4px;-webkit-border-radius: 4px;margin-top:-16px;padding-top:15px;margin-right:-10px;margin-left:-10px;">
<font size=5><span style="color:#0000C5">Saison 2009-2010</span></font>
<center><iframe src="https://dl.dropboxusercontent.com/u/33287639/simpleviewer/2009_2010/index.html" width="800" height="500" allowTransparency="false" frameborder="0" scrolling="no" /></center>
</center>
</div>
<center><div style="width:850px;height:550px;border:2px solid #D80000;background-color : #FFFFFF;-moz-border-radius: 4px;-htm-border-radius: 4px;-o-border-radius: 4px;-webkit-border-radius: 4px;margin-top:-16px;padding-top:15px;margin-right:-10px;margin-left:-10px;">
<font size=5><span style="color:#0000C5">Saison 2010-2011</span></font>
<center><iframe src="https://dl.dropboxusercontent.com/u/33287639/simpleviewer/2010-2011/index.html" width="800" height="500" allowTransparency="false" frameborder="0" scrolling="no" /></center>
</center>
</div>
<center><div style="width:850px;height:550px;border:2px solid #D80000;background-color : #FFFFFF;-moz-border-radius: 4px;-htm-border-radius: 4px;-o-border-radius: 4px;-webkit-border-radius: 4px;margin-top:-16px;padding-top:15px;margin-right:-10px;margin-left:-10px;">
<font size=5><span style="color:#0000C5">Saison 2011-2012</span></font>
<center><iframe src="https://dl.dropboxusercontent.com/u/33287639/simpleviewer/2012_2013/index.html" width="800" height="500" allowTransparency="false" frameborder="0" scrolling="no" /></center>
</center>
</div>
Le soucis c'est qu'il n'y en a qu'un qui s'affiche et que même si on peut simplifier mon code je ne vois pas ce qui pourrait supprimer l'affichage des 7 autres: http://www.fansduspo.com/h2-photos
Si quelqu'un pouvait m'éclairer ce serait sympa!
Je vous remercie d'avance!
bonne journée
Dernière édition par mprevel le Sam 29 Juin 2013 - 18:01, édité 2 fois
Re: iframe qui ne fonctionnent plus
up
Merci d'avance à la personne qui m'aidera!
Merci d'avance à la personne qui m'aidera!
Re: iframe qui ne fonctionnent plus
Bonjour,
Je vais présenter les modifications que pour le premier bloc. Vous devrez les répéter pour tous vos blocs.
Premièrement vous débutez les balises <center> et <div> mais vous devez les fermer en ordre inverses. Inverser </center></div> pour </div></center>.
Deuxièment la balise <iframe> demande un balise de fermeture </iframe>. Modification de la fin de la balise <iframe>, remplacer «frameborder="0" scrolling="no" />» par «frameborder="0" scrolling="no"></iframe>».
Je vais présenter les modifications que pour le premier bloc. Vous devrez les répéter pour tous vos blocs.
- Code:
<center><div style="width:850px;height:550px;border:2px solid #D80000;background-color : #FFFFFF;-moz-border-radius: 4px;-htm-border-radius: 4px;-o-border-radius: 4px;-webkit-border-radius: 4px;margin-top:-16px;padding-top:15px;margin-right:-10px;margin-left:-10px;">
<font size=5><span style="color:#0000C5">Saison 2004-2005</span></font>
<center><iframe src="https://dl.dropboxusercontent.com/u/33287639/simpleviewer/2004-2005/index.html" width="800" height="500" allowTransparency="false" frameborder="0" scrolling="no" /></center>
</center>
</div>
Premièrement vous débutez les balises <center> et <div> mais vous devez les fermer en ordre inverses. Inverser </center></div> pour </div></center>.
Deuxièment la balise <iframe> demande un balise de fermeture </iframe>. Modification de la fin de la balise <iframe>, remplacer «frameborder="0" scrolling="no" />» par «frameborder="0" scrolling="no"></iframe>».
Re: iframe qui ne fonctionnent plus
Merci beaucoup ça fonctionne nickel maintenant!
Bon week end
Bon week end
Sujets similaires
» inserer le forum
» - Bug code iframe
» iframe disparait
» Pb avec une iframe
» iframe ne s'affiche plus
» - Bug code iframe
» iframe disparait
» Pb avec une iframe
» iframe ne s'affiche plus
Forum gratuit : Le forum des forums actifs :: Entraide & Support... :: Problème avec un script, un code :: Archives des problèmes avec un code
Page 1 sur 1
Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum