Se calhar é melhor mesmo especificar melhor o assunto para vocês me poderem ajudar! É o seguinte: Antes de mais quero dizer que o script por mim utilizado é do portal imasters, em baixo vaí o url com o tipo de sistema por mim utilizado: login com sessões No fundo o que eu fiz foi adaptar o sistema ao que eu queria, não alterei o código php. Apenas o que fiz foi colar esse código numa tabela para que os resultados tivessem alguma aparencia, é de referencia que este código funciona bem se apenas e só no conteúdo da página existir php, ou seja nada de php! mas eu preciso de usar html para tornar o sistema de backoffice minimamente atraente! em baixo vai o código, incluindo tb o html para vocês me darem uma ajuda! Obrigado pessoal! vocês são muito porreiros! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>.: ECOVIVA - página principal :.</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
background: url("images/fundo.gif") bottom left fixed repeat-x #9aa;
margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 30px;
padding-top: 0px;
margin-left: 0px;
margin-right: 0px;
}
-->
</style>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
<link href="CSS/form_login.css" rel="stylesheet" type="text/css">
<link href="CSS/form_pesquisa.css" rel="stylesheet" type="text/css">
<link href="CSS/texto.css" rel="stylesheet" type="text/css">
<link href="CSS/titulos.css" rel="stylesheet" type="text/css">
<link href="CSS/hiperlinks.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style2 {color: #FFFFFF}
-->
</style>
<link href="/CSS/fundo.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td width="760" height="148" valign="top"><map name="MapMap2">
<area shape="rect" coords="15,27,119,68" href="main.php" alt="ECOVIVA - página principal">
</map>
<img src="images/main.jpg" width="760" height="148" border="0"></td>
</tr>
<tr>
<td height="19" valign="top"> </td>
</tr>
<tr >
<td valign="top">
<div align="left"></div>
</td>
</tr>
<tr>
<td height="290" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="7">
<tr>
<td width="739" height="37" colspan="2" align="center" valign="top"><span class="texto1">
<?
echo "<br><br><a href='logout.php'>Logout</a>";
require_once("verifica.php");
include ('menu.inc');
?>
</span>
<div align="center"></div> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="20" valign="middle" bgcolor="#CCCCCC" class="texto3"><div align="center" class="texto2">Ecoviva 2004 - todos os <a href="#" onClick="MM_openBrWindow('copyright.htm','Copyright','width=350,height=380')">direitos reservados</a> - webdesign: <a href="http://www.mtm01774.no.sapo.pt" target="_blank">mtm01774</a> </div></td>
</tr>
</table>
</body>
</html>