Vous n'êtes pas connecté.



Slt
J voudrais savoir si c est possible de mettre le livre d'or dans un site (dans le corp d'une page) et pas seulement mettre un liens.
C est possible ? Faut utiliser des includes ?
TOP Hors ligne



J ai essayé avec une include et ca marche pas
Regardez le code de la page : (ici, j ai deja mis l include mais ca marche pas)
a écrit:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Bienvenue sur Graph-Mania !!!</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="scrolling.css" rel="stylesheet" type="text/css">
</head>
<body>
<!--DEBUT HEADER=======================================-->
<table width="745" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<!--Emplacement de la bannière-->
<td>
<?php include ('menus/header.php'); ?></td>
</tr>
</table>
<!--FIN HEADER=======================================-->
<table width="745" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="1"></td>
<td width="151" valign="top"><table width="17" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><?php include ('menus/menu_gauche.php'); ?>
</td>
</table>
<!--DEBUT 1er MENU DE GAUCHE===========================-->
<!--FIN 1er MENU DE GAUCHE===========================-->
<!--DEBUT 2eme MENU DE GAUCHE===========================-->
<!--FIN 2eme MENU DE GAUCHE===========================-->
<!--DEBUT 3eme MENU DE GAUCHE===========================-->
<!--FIN 3eme MENU DE GAUCHE===========================--></td>
<td width="421" align="center" valign="top">
<!--DEBUT 1er BLOC DE CONTENU==========================-->
<table width="400" border="0" cellpadding="0" cellspacing="0" class="BlocContenu">
<tr>
<!--Trait de décoration--><td><img src="images/breakline.gif" width="400" height="5"></td>
</tr>
<tr>
<!--Contenu--><td class="Contenu"><center><h1>Livre d'or</h1></center>
</td>
</tr>
</table>
<!--FIN 1er BLOC DE CONTENU==========================-->
<!--DEBUT 2eme BLOC DE CONTENU==========================-->
<table width="400" border="0" cellpadding="0" cellspacing="0" class="BlocContenu">
<tr>
<!--Trait de décoration--><td><img src="images/breakline.gif" width="400" height="5"></td>
</tr>
<tr>
<!--Contenu--><td class="Contenu">
</tr>
</table>
<!--FIN 2eme BLOC DE CONTENU==========================-->
<!--DEBUT 3eme BLOC DE CONTENU==========================-->
<table width="400" border="0" cellpadding="0" cellspacing="0" class="BlocContenu">
<tr>
<!--Trait de décoration--><td><img src="images/breakline.gif" width="400" height="5"></td>
<tr>
<!--Emplacement du livre d'or-->
<td>
<?php include ('signatux/page.php'); ?></td>
</tr>
</table>
<!--FIN 3eme BLOC DE CONTENU==========================-->
</td>
<td width="172" valign="top"><table width="17" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><?php include ('menus/menu_droite.php'); ?>
</td>
</table>
<!--DEBUT 1er MENU DE DROITE===========================-->
<!--FIN 1er MENU DE DROITE===========================-->
<!--DEBUT 2eme MENU DE DROITE===========================-->
<!--FIN 2eme MENU DE DROITE===========================-->
<!--DEBUT 3eme MENU DE DROITE===========================-->
<!--FIN 3eme MENU DE DROITE===========================--></td>
</tr>
</table>
<!--DEBUT FOOTER====================================-->
<table width="745" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center" class="Copyright">
<div align="center"></div>
<td>
<?php include ('menus/footer.php'); ?>
</td>
</table>
<!--FIN FOOTER=======================================-->
</body>
</html>
TOP Hors ligne



C bon !!
J ai reussi en consultant ce message : http://www.ctrlaltsuppr.com/sujet1333.html
TOP Hors ligne

Masterlud a écrit:
C bon !!
![]()
J ai reussi en consultant ce message : http://www.ctrlaltsuppr.com/sujet1333.html
c'est gentil de l'avoir dit 
TOP Hors ligne




TOP Hors ligne