Le lien

lajoiex Messages postés 20 Statut Membre -  
AssassinTourist Messages postés 7838 Date d'inscription   Statut Contributeur Dernière intervention   -
Bonjour à tous ,

Je salue tous les internautes qui sont connectés et ceux qui se connecteront plus tards.
j'aimerais concevoir un site web mais j'ai créé un lien mais il ne repond pas.
mon code source est

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>CHALETS DIME</title>
<link rel="stylesheet" type="text/css" href="../chaletsdime/style.css" />
<script language="javascript" type="text/javascript">
function apropos()
{
window.open("apropos.php","propos","width=540,height=340,top=200,left=300");
}
</script>
<style type="text/css">
<!--
.Style5 {color: #000000}
body {
background-color: #FFCC66;
}
.Style3 {font-size: 16px}
-->
</style>
</head>

<body>
<table border="1" align="center" width="900" cellspacing="0" cellpadding="2" height="100%" bordercolor="yellow" bgcolor="FFCBA0">
<tr>

<td colspan="7" height="200">
<img src="images/plage3.jpg" width="100%" height="200"/>
</td>
</tr>
<tr height="50">
<td align="center">
<a href="index.php?option=assouinde">
<font face="tahoma" size="3" color="0000FF">
DESTINATION: ASSOUINDE
</font>
</a>
</td>
<td>
<a href="index.php?option=complexe">
<font face="tahoma" size="3" color="0000FF">
LE COMPLEXE HOTELIER
</font>
</a>
</td>
<td align="center">

<a href="index.php?option=suiteschambres">
<font face="tahoma" size="3" color="0000FF">
SUITE & CHAMBRES
</font>
</a>
</td>
<td align="center">
<a href="index.php?option=Restauration">
<font face="tahoma" size="3" color="0000FF">
RESTAURATION
</font>
</a>
</td>
<td align="center">
<a href="index.php?option=prives">
<font face="tahoma" size="3" color="0000FF">
EVENEMENTS PRIVES
</font>
</a>
</td>
<td align="center">
<a href="index.php?option=professionels">
<font face="tahoma" size="3" color="0000FF">
EVENEMENTS PROFESSIONNELS
</font>
</a>
</td>
<td>
<font face="tahoma" size="3" color="red">
<?php
include("./codes/datejour.php");
?>
</font>
</td>
</tr>
<tr>
<td colspan="7" align="center">
<table>
<font size="12" color="blue" face="braodway">
<marquee direction="right" behavior="slide">LA PATIENCE EST L'ART DES PLUS FORTS </marquee>
<marquee direction="left" behavior="slide">ET NON DES PLUS FAIBLES.</marquee>
</font>
</table>
</td>
</tr>

</tr>
<tr>
<td colspan="7" align="center" width="100%" height="25">
<b>Copyright © 2011 CHARLETS DIME. All Rights Reserved. Designed by CIVOSI. </b>
</td>
</td>
</tr>
</table>
</body>
</html>
aidez moi à trouver la faille
merci

2 réponses

titus22 Messages postés 2352 Statut Membre 641
 
Pourrais tu mettre en gras ou en apparence le lien qui ne fonctionne pas s'il te plait.
0
lajoiex Messages postés 20 Statut Membre
 
<a href="index.php?option=assouinde">
par exemple
0
titus22 Messages postés 2352 Statut Membre 641
 
Chez moi ce lien répond :

<a href="index.php?option=assouinde">
<font face="tahoma" size="3" color="0000FF">
DESTINATION: ASSOUINDE
</font>
</a>

toutefois il faut que index.php se trouve au même endroit que ta page.
0
AssassinTourist Messages postés 7838 Date d'inscription   Statut Contributeur Dernière intervention   1 312
 
Bonjour,
Est-ce que le lien <a href="index.php> fonctionne, déjà ?
0