how come i cant creat a template with inc extention using this code or does it have to be full html and no php?when i use it nothing happens?????
<html>
<head>
<title> Page 1 </title>
<link rel="stylesheet" type="text/css" href="kenyathez.css"/>
</head>
<body>
<?php
include ("{TOPHTM}");
?>
<table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><?php
include ("TOPMIDHTM}");
?></td>
</tr>
</table>
<!-- Table for Main Body -->
<table width="81%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="111" align="right" valign="top">
<?php
include ("{MENU}");
?>
</td>
<td width="1" bgcolor="#336601" valign="top"> </td>
<td valign="top" bgcolor="#FFFFFF">
<?php
include ("{BODY}");
?>
<br>
<br></td>
</tr></table>
<table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><?php
include ("{FOOTER}");
?></td>
</tr>
</table>
</body></html>
.................................
regards
arden
<html>
<head>
<title> Page 1 </title>
<link rel="stylesheet" type="text/css" href="kenyathez.css"/>
</head>
<body>
<?php
include ("{TOPHTM}");
?>
<table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><?php
include ("TOPMIDHTM}");
?></td>
</tr>
</table>
<!-- Table for Main Body -->
<table width="81%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="111" align="right" valign="top">
<?php
include ("{MENU}");
?>
</td>
<td width="1" bgcolor="#336601" valign="top"> </td>
<td valign="top" bgcolor="#FFFFFF">
<?php
include ("{BODY}");
?>
<br>
<br></td>
</tr></table>
<table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><?php
include ("{FOOTER}");
?></td>
</tr>
</table>
</body></html>
.................................
regards
arden