Provato così, con il css interno al file htm, ma mi prende solo le impostazioni sul BG ma non le immagini, probabilmente c'è un problema di collegamenti come dicevi nel post precedente...sto impazzendo...Grazie, aspetto vostre
codice:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Agenda 21 Locale :: Monopoli</title>
<style type="text/css">
BODY
{
background-color:#e3e3e3;
font-family:Verdana, Arial, Helvetica, sans-serif;
border:0px;
margin:auto;
padding:0px;
}
.Layout
{
height:auto;
margin:auto;
width:760px;
vertical-align:top;
}
.LayTop
{
background-image:url(/img/xx/LayTop.gif);
background-repeat:no-repeat;
width:760px;
height:12px;
margin:0px;
padding:0px;
position:absolute;
}
.LayBottom
{
background-image:url(/img/xx/LayBottom.gif);
background-repeat:no-repeat;
width:760px;
height:12px;
margin:0px;
padding:0px;
position:absolute;
}
.MainLay
{
background-color:#FFFFFF;
}
DIV.HeaderTop{margin:auto;}
.HeaderTop
{
width:732px;
height:13px;
margin:auto;
background-image:url(/img/xx/BluTop.jpg);
background-repeat:no-repeat;
background-position:center;
margin:0px;
padding:0px;
}
DIV.Header{margin:auto;}
.Header
{
width:732px;
height:68px;
margin:auto;
background-color:#272864;
background-position:center;
margin:0px;
padding:0px;
}
</style>
</head>
<body>
<div class="Layout">
<table width="0" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="LayTop"></td>
</tr>
<tr>
<td class="MainLay">
<div class="HeaderTop"></div>
<div class="Header"></div>
</p></td>
</tr>
<tr>
<td class="LayBottom"></td>
</tr>
</table>
</div>
</body>
</html>