posto il code:
Codice PHP:
<?
include("config.inc.php");
?>
<html>
<head>
<body background="home.jpg" style="background-attachment: fixed">
<link rel="stylesheet" type="text/css" href="nc.css">
<?include("a.php"); ?>
<?include("b.php");?>
<?include("c.php");?>
<?include("d.php");?>
<?include("e.php");?>
cosi mi allinea le pagine abdce tutte a sx, ma se le mettessi in una table cosi:
Codice PHP:
<table>
<tr>
<td><? include("inattesa.php"); ?></td>
<td></td></tr><tr>
<td></td>
<td><? include("inattesa.php"); ?></td>
</tr>
</table>
cambia nulla allinea sempre a sx, anke se do i pixel esatti alla table