SilverBoarder 0 Report post Posted August 15, 2004 Ok I need Help i'm trying to include a page on a page with Server Side Include (SSI) And I get This everytime: [an error occurred while processing this directive]The code i used is: <!--#include virtual=" /home/silverbo/public_html/link.html"-->I've Also Used :<!--#include file="link.html"--> Can anyone help Share this post Link to post Share on other sites
Greven il-Vec 0 Report post Posted August 16, 2004 I'm not too familiar with that, but it looks like an iframe should accomplish what you are trying to do. Share this post Link to post Share on other sites
dg-aa 0 Report post Posted August 23, 2004 <iframe src="home.html" scrolling="yes" style=class="text" bgcolor="#FAFAFA" frameborder="0" width="480" height="345" name="viewer"></iframe> that should work change the size to what u want and the other stuff Share this post Link to post Share on other sites
andyy15 0 Report post Posted August 26, 2004 I use Macromedia to create SSI. Just go to Insert-> Script Object -> SSI. If that does not work then try contacting your hosting company (it may not support SSI) Share this post Link to post Share on other sites