Vous pouvez afficher sur une page de votre site le tableau des expositions (tableau ci-dessous) publiées par Collie online très facilement. Exemple, cliquez ici
Il sera automatiquement mis à jour à chaque nouvelle exposition mise en ligne sans aucune intervention de votre part.
Copiez simplement le code html ci-dessous dans la page dans laquelle vous voulez afficher le tableau.
Une seule condition: le tableau fait 600 pixels en largeur. L'emplacement où vous prévoyez de l'afficher doit donc être suffisamment large.
------------------------------------------------------------------------------------------------
(GB) Simply copy the html code below into the page where you want to display the shows list. Example, click
here
It will be automatically updated at each new show on-line without any action on your part.
Only one condition: the table is 600 pixels wide. The location where you plan to display must be sufficiently broad.
------------------------------------------------------------------------------------------------
(DE) Kopieren Sie einfach den untenstehenden HTML-Code in die Seite, wo Sie die Ausstellungen anzeigen wollen. Beispiel,
klicken Sie hier
Es wird automatisch online aktualisiert bei jeder neuen Ausstellung ohne Ihrer Aktion.
Nur eine Bedingung: Die Tabelle ist 600 Pixel breit. Die Seite, die Sie planen, muss ausreichend breit sein.
------------------------------------------------------------------------------------------------
Code à copier et coller dans votre page - Code to copy and paste in your page - Code zum Kopieren und Einfügen in Ihre Seite:
<center>
<table width="600" border="0" cellspacing="0" cellpadding="2">
<tr>
<td><IFRAME SRC="http://www.collie-online.com/rub_actualite/show_scene_export.php" frameborder="0" WIDTH="600" HEIGHT="1800" SCROLLING="auto"></IFRAME></td>
</tr>
</table>
</center>