coppermine-gallery.com/forum

Support => Français (French) => Language Specific Support => cpg1.4.x Français (French) => Topic started by: cemice on February 03, 2005, 12:23:53 PM

Title: iframe
Post by: cemice on February 03, 2005, 12:23:53 PM
Bonjour je souhaite contenir  mon album coppermine dans ma  iframe sans depassement c'est possible ou pas si oui comment?
  merci
Amicalement Carpoduo !!!
Title: Re: iframe
Post by: Pascal YAP on February 03, 2005, 07:30:43 PM
Bonjour,
Coppermine n'aime pas être dans des frames, mais avec le code ci-dessous peut-être que celà fonctionnera !
Il faut ajuster les valeurs bien entendu !

<html><head><title>VOTRE SITE AVEC IFRAME</title>
</head>
<body bgcolor="#cecece" topmargin="0px" leftmargin="0px" rightmargin="0px" bottommargin="0px" scroll="no">
<div align="center">
<table width="100%" height="90%">
<tr>
<td align="center" valign="top" height="100%">
<p>
<iframe src="http://VOTRE_SITE_COPPERMINE/index.php" width="100%" height="100%" frameborder="0" ALLOWTRANSPARENCY="false" scrolling="auto" name="FrameVOTREFRAME">
Votre navigateur n'accepte pas les "iFrames"...<br>
Mais vous pouvez retourner &agrave; <b>VOTRE SITE</b>
<br><b><a href="http://VOTRE_SITE.com" target="_parent">http://VOTRE_SITE.com</a>
<br>
<br>
Your browser doesn't seem to support "iframes"
<br></iframe>
</p>
</td>
</tr>
</table>

<p>
ICI DEUXIEME SURFACE
</p>
</div>
</body>


Pascal
Title: Re: iframe
Post by: cemice on February 04, 2005, 05:07:59 PM
je le met ou ce code dans ma  page  principal ? ou ailleurs meri davance !!!
pour plus de detail voici mon url :www.carpoduo.net
Title: Re: iframe
Post by: Pascal YAP on February 04, 2005, 11:31:14 PM
cemice,

Le code ci-dessus est un nouveau fichier dont le nom importe peu.
Pascal