< html>
< head>
< /head>
< body>
< table border="0" CELLPADDING= " 0" CELLSPACING= " 0">
< tr>
< td><img src="logo.jpg"></td>
< td><img> src="titre.jpg"></div></td
< /tr>
< /table>
< /tr>
< tr>
< table border="0" CELLPADDING="0" CELLSPACING="0">
< tr>
< td> width="0"><img> src="coinhautgauche.jpg"></td>
< td> background="lignehorizontalehaut.jpg"></td>
< td width="0"><img src="coinhautdroit.jpg"></td>
< td> background="lignehorizontalehaut.jpg"></td>
< /tr>
< tr>
< td> width="0" background="ligneverticalegauche.jpg"></td>
< td>MENU</td>
< td width="0" background="ligneverticaledroite.jpg"></td>
< td> width="0" background="ligneverticalegauche.jpg"></td>
< td> width=100%>CORP DE LA PAGE</td>
< td> width="0" background="ligneverticaledroite.jpg"></td>
< /tr>
< tr>
< td> width="0"><img> src="coinbasgauche.jpg"></td>
< td> background="lignehorizontalebas.jpg"></td>
< td> width="0"><img src="coinbasdroit.jpg"></td>
< td> width="0"><img> src="coinbasgauche.jpg"></td>
< td> background="lignehorizontalebas.jpg"></td>
< td> width="0"><img src="coinbasdroit.jpg"></td>
< /tr>
< /table>
< /tr>
< /table>
< /body>
< /html>
voilà j´ai mis ça sous html et c´est pour faire un tableau sur un site ( d´après le tuto sur lesiteduzero.com)ensuite sur la suite du tuto il me dise de marquer autre chose sur tableau:
< ?php
function Debut() {
echo " <html>
< head>
< /head>
< body>
< table border="0" CELLPADDING="0" CELLSPACING="0">
< tr>
< table border="0" CELLPADDING="0" CELLSPACING="0">
< tr>
< td><img src="logo.jpg"></td>
< td align="center"><div align="center"><img src="titre.jpg"></div></td>
< /tr>
< /table>
< /tr>
< tr>
< table border="0" CELLPADDING="0" CELLSPACING="0">
< tr>
< td width="0"><img src="coinhautgauche.jpg"></td>
< td background="lignehorizontalehaut.jpg"></td>
< td width="0"><img src="coinhautdroit.jpg"></td>
< td width="0"><img src="coinhautgauche.jpg"></td>
< td background="lignehorizontalehaut.jpg"></td>
< td width="0"><img src="coinhautdroit.jpg"></td>
< /tr>
< tr>
< td width="0" background="ligneverticalegauche.jpg"></td>
< td>MENU</td>
< td width="0" background="ligneverticaledroite.jpg"></td>
< td width="0" background="ligneverticalegauche.jpg"></td>
< td width=100%>";
}
function Fin() {
echo " </td>
< td width="0" background="ligneverticaledroite.jpg"></td>
< /tr>
< tr>
< td width="0"><img src="coinbasgauche.jpg"></td>
< td background="lignehorizontalebas.jpg"></td>
< td width="0"><img src="coinbasdroit.jpg"></td>
< td width="0"><img src="coinbasgauche.jpg"></td>
< td background="lignehorizontalebas.jpg"></td>
< td width="0"><img src="coinbasdroit.jpg"></td>
< /tr>
< /table>
< /tr>
< /table>
< /body>
< /html>"; }
? >
voilà!
mais quand je clique sur tableau y´a premier code qui est aussi écrit là. 
et si j´efface le code ben ça me l´efface aussi sous html!!! Que dois-je faire?
je dois à chaque fois faire un nouveau projet?
merci d´avance!
si jamais le tuto du siteduzero ben il s´appelle " les cadres".
