Posted by
ivoht on 02 January 2009, 17:27
#1
In v6 maakte ik gebruik van een script met daarin een tabel.
hierin was alle netjes links uitgelijnd.
nu in V7 heb ik hetzelfde script (zie hieronder) echter staan een aantal cellen gecentreerd in beeld, terwijl het in de html editor wel goed staat (zie ; http://test.cvdewuif.nl/wagens/3_kolommen/3kolommen.php)
doe ik iets fout, of ligt het aan de browser?
Code
/*---------------------------------------------------+
| PHP-Fusion 7 Content Management System
+----------------------------------------------------+
| Copyright © 2002 - 2008 Nick Jones
| http://www.php-fusion.co.uk/
+----------------------------------------------------+
| Released under the terms & conditions of v2 of the
| GNU General Public License. For details refer to
| the included gpl.txt file or visit http://gnu.org
+----------------------------------------------------*/
require_once "../../maincore.php";
require_once THEMES."templates/header.php";
echo '
3 Kolommen
|
|
|
|
'
require_once THEMES."templates/footer.php";
?>