1
I have just created my very first simple module ****round of applause*** and everything works ok apart from the fact that my tables spread right accross the content page although they should be set to 80%. Im using html as the content pages which are called by the following code in a php file in my module:-
include("../../mainfile.php");
include XOOPS_ROOT_PATH.'/header.php';
OpenTable();
include("pat-testing-prices.html");
CloseTable();
include ("../../footer.php");
?>
even when I try to set the tables to a set size in the html they spread right accross the page.
Any help would be much appreciated.