Ho realizzato una pagina con un include nell'header, uno nel footer, uno a sinistra che è un menù.
Nella parte di destra invece inserisco del contenuto normale ma non capisco come mai me lo posiziona a sinistra sotto il menù.
Codice PHP:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="generator" content="ARCO">
<style type="text/css">
a:active { text-decoration: none }
a:hover { text-decoration: none }
a:link { text-decoration: none }
a:visited { text-decoration: none }
a:hover { color: #07b55b; }
.piccolo { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; text-decoration: none}
.testo_12 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; text-decoration: none}
.Stile1 {font-style: normal; text-decoration: none; font-size: 11px;}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.Stile2 {color: #005A00}
.Stile7 { font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px;
}
.Stile8 { font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
.Stile3 {font-family: Verdana, Arial, Helvetica, sans-serif}
.Stile4 {font-size: 10px}
.Stile5 {color: #969696}
.Stile6 { color: #990000;
font-weight: bold;
}
body,td,th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
.Stile9 { font-size: 24px;
font-weight: bold;
}
</style>
<title>Dipartimento ARCO</title>
<meta name="keywords" content="dipartimento, arti, comunicazioni, arco, palermo, unipa, università, dipartimento arti e comunicazioni, comunicazione, e journal, ejournal, journal, e-journal">
</head>
<body bgcolor="#ffffff" link="#316500" vlink="#316500" alink="#316500">
<table width="784" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="30"><?php include("internal_top_biblioteca.html"); ?>
</td>
</tr>
<tr>
<td height="100%" valign="top"><table width="784" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr height="100%">
<td align="center" valign="top" width="215" height="100%"><?php include("menu_biblioteca.html"); ?></td>
<td width="569" height="100%" align="left" valign="top">
frooooooooooooooooooooo
frooooooooooooooooooooo
frooooooooooooooooooooo
frooooooooooooooooooooo
frooooooooooooooooooooo
frooooooooooooooooooooo
frooooooooooooooooooooo
frooooooooooooooooooooo
frooooooooooooooooooooo
frooooooooooooooooooooo
</td>
</tr>
</table></td>
</tr>
<tr>
<td height="100%" valign="bottom"><?php include("internal_bottom_biblioteca.html"); ?>
</td>
</tr>
</table>
</body>
</html>
Non spaventatevi del testo a caso che ho messo ma l'ho fatto per metterci qualcosa e farlo andare a capo.
Per gli include utilizzate dei file creati da voi.
Sto impazzendo...aiutatemi per favore