mirascheat | je dois me tromper sur la syntaxe car ca ne marche pas :
fichier php principal :
Code :
- <html>
- <head>
- <link rel="stylesheet" type="text/css" href="style.css">
- <script type="text/javascript" src="style.js"></script>
- </head>
- <body>
- include("haut.php" )
- <table width="100%">
- <tr align="center">
- <td>
|
fichier haut.php :
Code :
- <?php
- echo '<br>';
- echo '<table width="100%">';
- echo '<tr>';
- echo '<td colspan="6" align="center"><h1>M</h1></td>';
- echo '</tr>';
- echo '<tr align="center">';
- echo '<td width="30%"></td>';
- echo '<td width="10%" id="td1"><a href="bas.html" target="bas" class="ns" onmouseover="makevisible(this,'td1',1)" onmouseout="makevisible(this,'td1',0)"><b>Home</b></a></td>';
- echo '<td width="10%" id="td2"><a href="rules.html" target="bas" class="ns" onmouseover="makevisible(this,'td2',1)" onmouseout="makevisible(this,'td2',0)"><b>Rules</b></a></td>';
- echo '<td width="10%" id="td3"><a href="list.php" target="bas" class="ns" onmouseover="makevisible(this,'td3',1)" onmouseout="makevisible(this,'td3',0)"><b>List</b></a></td>';
- echo '<td width="10%" id="td4"><a href="goodtraders.php" target="bas" class="ns" onmouseover="makevisible(this,'td4',1)" onmouseout="makevisible(this,'td4',0)"><b>Good Traders</b></a></td>';
- echo '<td width="30%"></td>';
- echo '</tr>';
- echo '</table>';
- echo '<br>';
- ?>
|
Message édité par mirascheat le 11-02-2005 à 14:34:25
|