S
scopefragger
Guest
Im currently using the following code
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<? include 'header.php'; ?>
<table height="30" width="960">
<tr>
<td width="923"><!-- Show contentse of table -->
<!-- MESSAGE LIST -->
<? include 'HOME_NOTES.php'; ?></td>
<? include 'newest.php'; ?></td>
</tr>
</table>
</body>
<html>
Having a few issues getting include since ive moved web host
Any idears
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<? include 'header.php'; ?>
<table height="30" width="960">
<tr>
<td width="923"><!-- Show contentse of table -->
<!-- MESSAGE LIST -->
<? include 'HOME_NOTES.php'; ?></td>
<? include 'newest.php'; ?></td>
</tr>
</table>
</body>
<html>
Having a few issues getting include since ive moved web host
Any idears