*Diaporama Horizontal pour Gadget ou Article*
<marquee scrollamount="6">
<img src="URL DE L'IMAGE 1" height="200" width="300" />
<img src="URL DE L'IMAGE 2" height="200" width="300" />
<img src="URL DE L'IMAGE 3" height="200" width="300" />
</marquee>
==== Ajouts Suppl ====
<img src="URL DE L'IMAGE " height="XXX" width="XXX" />
==============
Url de l'image est une image heberger exemple https://www.exemple.com/image.jpg
Height = hauteur
Width= Largeur
=========Vertical ===========
<marquee scrollamount="6" direction="up" onmouseover="this.star()" onmouseout="this.start()"> <img height="200" width="300" src="URL DE L'IMAGE 1" />
<br /><img height="200" width="300" src="URL DE L'IMAGE 2" /><br /><br/><img height="200" width="300" src="URL DE L'IMAGE 3" /></marquee></p>
====Ajouts Suppl =====
<img height="200" width="300" src="URL DE L'IMAGE X" /><br />
===========NOTE=====
''this start'' peut etre remplacer part ''this stop ''.