SSI Problem

outern

New Member
Having trouble with SSI. When i use include command.
I use table and include, but it dosn`t show anything. the space it should be in is just blank.

Here is the header code with include:

<table width="1024" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="left" valign="top">
<--#include FILE="header.shtml"--></td>
</tr>
</table>


here is header.shtml:

<table width="1024" hight="137" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="left" valign="top"><img src="img/index_011.jpg" width="1024" height="137"></td>
</tr>
</table>


can anyone see what`s wrong?

thanks :)
 

outern

New Member
Still some problems. instead of nothing it now says: <--#include VIRTUAL="header.shtml"--> where there should be a header. the actual include code is shown on the site.
 
Top