| 
 Posted by Jonathan N. Little on 04/01/07 18:43 
Poten Tate wrote: 
> Thanks for the replies, guys but nothing has worked. So I am using an iframe  
> and it works OK (see below). The paths for SSI are a little different. I  
> have no idea how they work. 
>  
> <iframe name="I1" src="../../ads/burst728x90.htm" width="763" height="125"  
> border="0" frameborder="0"> 
> </iframe>  
>  
>  
As I said, maybe your server does not allow a direct included for  
security reasons and you must use "virtual" 
 
change from: 
 
<!--#include file="... 
 
to: 
 
<!--#include virtual="... 
 
Also try including a file in the same folder to insure that you do have  
SSI available... 
 
--  
Take care, 
 
Jonathan 
------------------- 
LITTLE WORKS STUDIO 
http://www.LittleWorksStudio.com
 
[Back to original message] 
 |