Voila je suis en train de faire le site pour mon pere sur la peche
Alors je fait le fichier css
body
{
color:white;
font-size:14px;
font-family: "comic sans MS";
font-weight: bold;
}
h1
{
color:red;
font-size:15px;
font-family: "comic sans MS";
text-decoration:underline;
}
Ensuite je fout le titre
<center><h1>blblabla</h1></center>
Et il n´y a rien qui s´affiche...
Sur mon site pourtant sa marche
Voila le haut du site je l´ai nommer haut.php
(apres je met in include pour includer le haut)
Apres je fait pareil pour le bas
haut.html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- This Site Was Designed By Wayne D. Fields http://illusivedesign.cjb.net -->
<!-- Please make sure you read all of the read me file that came with this template then
you may delete this comment -->
<html>
<head>
<title>Gn carpe</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" media="screen" type="text/css" title="Design sombre"
href="http://www.creation-de-jeux.info/page/peche.
css"/>
</style>
</head>
<body bgcolor="#ffffff" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="images/your_logo.png" width="215" height="105"></td>
<td><img src="images/mod_temp1_02.jpg" width="265" height="105"></td>
<td><img src="images/mod_temp1_03.gif" width="300" height="105"></td>
</tr>
<tr>
<td colspan="3" background="images/bg_pg.gif" valign="top">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="10"> </td>
<td valign="top">
<!-- Side Panel -->
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="170" height="95"> </td>
</tr>
<tr>
<td><a href="#"><img src="images/link_1.gif" width="170" height="30" border="0" alt="link_1"></a></td>
</tr>
<tr>
<td><a href="#"><img src="images/link_2.gif" width="170" height="30" border="0" alt="link_2"></a></td>
</tr>
<tr>
<td><a href="#"><img src="images/link_3.gif" width="170" height="30" border="0" alt="link_3"></a></td>
</tr>
<tr>
<td><a href="#"><img src="images/link_4.gif" width="170" height="30" border="0" alt="link_4"></a></td>
</tr>
<tr>
<td><a href="#"><img src="images/link_5.gif" width="170" height="30" border="0" alt="link_5"></a></td>
</tr>
<tr>
<td><a href="#"><img src="images/link_6.gif" width="170" height="30" border="0" alt="link_6"></a></td>
</tr>
<tr>
<td width="170" height="214" valign="top">
<br>
<blockquote><font face="Arial" size="2" color="#000000"><strong>
<img src="images/ballet_sm.gif" width="16" height="18" border="0">
</strong></font></blockquote>
</td>
</tr>
</table>
<!-- Side Panel -->
</td>
<td width="40"> </td>
<td valign="top">
<!-- Content --><br><br>
<img src="images/hr_top.gif" width="528" height="58" border="0">
Et ensuite, bas.html
<br><br><br><br>
<img src="images/hr_bot.gif" width="528" height="44" border="0">
<!-- Content -->
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
Et voici l´index de la page (index.php)
<? include
´http://www.creation-de-jeux.info/peche/haut.html´
?>
<center><h1>blabla</h1> </center>
<? include ´http://www.creation-de-jeux.info/peche/bas.html´ ?>