- Código: Seleccionar todos
<html>
<head>
<title>Welcome to ....</title>
<script src="ni_1.js"></script>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="imagetoolbar" content="no">
<link rel="stylesheet" href="ni.css" type="text/css">
</head>
<body bgcolor="#003366" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" style=oncontextmenu="return false" ondragstart="return false" onselectstart="return false">
<table width="903" border="0" cellspacing="0" cellpadding="0" height="100%">
<tr>
<!--Main Logo & Sub Line & Main Menu-->
<td width="216" valign="top" rowspan="2">
<?
require "app/head.htm"
?>
<?
require "app/sub_m01.htm"
?>
</td>
<td width="497" valign="top" height="75">
<?
require "menu.htm"
?>
</td>
<td width="90" valign="bottom" height="75" align="right">
<iframe src="counter/cherry.php" frameborder="0" width="88" height="19" scrolling=no>counter</iframe>
</td>
<td width="100" valign="bottom" height="75" align="right"> </td>
</tr>
<tr>
<!--Basic Line 01 -->
<td width="587" valign="top" colspan="2">
<table width="587" border="0" cellspacing="0" cellpadding="0" height="100%">
<tr>
<td>
<table width="587" border="0" cellspacing="0" cellpadding="0" height="3">
<tr>
<td height="1" width="584" bgcolor="#DEE3E7"></td>
<td height="3" bgcolor="#003366" width="3" rowspan="2" valign="top"><img src="img/round.gif" width="3" height="3"></td>
</tr>
<tr>
<td height="2" bgcolor="#003366" width="584"></td>
</tr>
</table>
<table width="587" border="0" cellspacing="0" cellpadding="0" height="100%">
<!--Contents -->
<tr>
<td width="584" valign="top">
<?
require "cont/notice.htm"
?>
</td>
<td width="3">
<table width="3" border="0" cellspacing="0" cellpadding="0" height="100%">
<tr>
<td bgcolor="#003366" width="2"></td>
<td bgcolor="#DEE3E7" width="1"></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td width="100" valign="top">
<?
require "app/buy.htm"
?>
</td>
</tr>
</table>
</body>
</html>
Boas
Mudei recentemente de webhost, este é o código da minha página de index.htm que estava a funcionar bem no meu antigo servidor, mas agora não funciona!
O problema é que a função "require" não está a abrir o rodapé e os menus!
Alguém sabe me explicar qual o problema??
Obrigado





