allora il codice usato per le vari pagine è il seguente:
codice:
<?php $pagina="gallery";?>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html lang="it">
<head>
<title>Galleria </title>
<link href="stile.css" rel="stylesheet" type="text/css" media="screen">
<!--[if IE]>
<link href="stileie.css" rel="stylesheet" type="text/css" media="screen">
<![endif]-->
</head>
<body>
<?php require("header.html");?>
<div id="content">
<div id="contenuto1">
<h1>CONTENUTO GALLERY in pratica è questo il contenuto che viene spostato sotto le colonne sx quando uso mozilla</h1>
</div>
</div>
<div id="sidebar">
<?php require("sidebar.html");?>
</div>
<div id="sx">
<?php require("galleria.html");?>
</div>
</head>
</body>
cosa potete dirmi in merito????