Problème avec des albums photos (simpleviewer) hébergés sur dropbox

Problème avec des albums photos (simpleviewer) hébergés sur dropbox - HTML/CSS - Programmation

Marsh Posté le 24-06-2013 à 14:20:14    

Bonjour à tous,
 
J'ai créé 8 albums photos sur simpleviewer que j'ai hébergé sur le site dropbox et que j'ai publié sur un forum (forumactif: http://www.fansduspo.com )
 
 
 
 
Voici mon 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 que j'ai c'est qu'il n'y a qu'un seul album photo qui apparaît à la place de 8 : http://www.fansduspo.com/h2-photos
Je me suis renseigné, il n'y a aucune restriction qui pourrait bloquer les albums que ce soit sur forumactif ou simpleviewer... Si quelqu'un pouvais m'éclairer ce serait simpa car la j'avoue que je sèche :pt1cable:  
 
     Bonne journée à tous,
           Cordialement

Reply

Marsh Posté le 24-06-2013 à 14:20:14   

Reply

Marsh Posté le 26-06-2013 à 22:11:03    

Bonsoir,
 
 Un petit up :bounce:  
 
Merci d'avance à la personne qui m'accordera un peut de son temps!

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed