login  Naam:   Wachtwoord: 
Registreer je!
 Forum

tabellen + include

Offline nemesiskoen - 29/11/2004 19:33
Avatar van nemesiskoenGouden medaille

PHP expert
waarschijnlijk is dit een veel voorkomende fout, maar als ik dus dit uitvoer, include hij bv de pagina ff7, maar wordt alles gecentreerd. Dit ligt aan het feit dat het binnen de tabel staat. Zet ik het er buiten komt de pagina ff7 onderaan het menutjes te staan, wat ik dus ook niet wil. Misschien ben ik ook volledig verkeerd bezig. Kan iemand me op pad helpen?


  1. <table width="700">
  2. <tr>
  3. <td>
  4. <table width="100" border="1" cellpadding="0" cellspacing="0">
  5. <tr>
  6. <td bgcolor="#C1C1C1">
  7. <img src="images/pijl.gif"><a href="?pagina=games/games&sub=games/ff7">FF7</a><br>
  8. <img src="images/pijl.gif"><a href="?pagina=games/games&sub=games/ff7_AC">FF7 AC</a><br>
  9. <img src="images/pijl.gif"><a href="?pagina=games/games&sub=games/ff7_DS">FF7 DS</a><br>
  10. <img src="images/pijl.gif"><a href="?pagina=games/games&sub=games/ff8">FF8</a><br>
  11. <img src="images/pijl.gif"><a href="?pagina=games/games&sub=games/ff9">FF9</a><br>
  12. <img src="images/pijl.gif"><a href="?pagina=games/games&sub=games/ffx">FFX</a><br>
  13. <img src="images/pijl.gif"><a href="?pagina=games/games&sub=games/ffx2">FFX2</a><br>
  14. </td>
  15. </tr>
  16. <tr>
  17. <td bgcolor="#C1C1C1"></td>
  18. </tr>
  19. </table>
  20. </td>
  21. <td>
  22. <table width="500" border="0" cellpadding="0" cellspacing="0">
  23. <tr><td>
  24.  
  25. <?php
  26. if (!$_GET['sub'])
  27. $_GET['sub'] = "games/index_games";
  28. if(file_exists($_GET['sub'].'.php'))
  29. include($_GET['sub'].'.php');
  30. else
  31. include("error.php");
  32. ?>
  33. </td></tr></table>
  34. </td>
  35. </tr>
  36. </table>



0 antwoorden

Gesponsorde links
Er zijn nog geen reacties op dit bericht.
Dit onderwerp is gesloten.
Actieve forumberichten
© 2002-2024 Sitemasters.be - Regels - Laadtijd: 0.173s