Forum Moderators: coopster
we hope to have all content on rendered pages fit a 90% of page width -
i see much of the main content is not displayed in a table -
how can i add one table or set page margins on sides to 90% by default - is this possible to do with css - ???
also if anybody has had great success with a classified ad script i would like to hear aboput it!!!
many thanks
here is the index page:
<?
require("config/header.inc.php");
require("config/config.inc.php");
if (!$special_mode)
{
print("<p>$menu_ordinary");
}
require ("link_title.php");
if (!$kid AND !$special_mode)
{
print("<h2>$name_of_site</h2>");
print("<font size='4'><p>$welcome_message</p></font>");
}
?>
<p>
<?
include("catcol.php");
$frontpage=1;
include("links.php");
if (!$kid AND $latest)
{
require ("latest.php");
}
print("<p>");
require("config/footer.inc.php");
?>