(SSI) After Include One File, No More Formatting
Posted: Fri Jan 17, 2003 7:22 am
Hello. Very Simple Script
It includes bob.htm fine. But after Bob nothing is formatted anymore. Even when I throw in a hundred <BR> or even <HR> tags after
nothing happens, like it dies during bob.htm. Bob.htm is just a few tables and start with <TABLE> and ends with </TABLE> (I'm pretty sure I dont need to include <HTML><HEAD> etc..
Any help?
Code: Select all
<HTML>
<HEAD>
<TITLE> Bob </TITLE>
</HEAD>
<BODY>
<!--#include file="bob.htm" -->
<!--#include file="numbers.php" -->
</BODY>
</HTML>Code: Select all
<!--#include file="bob.htm" -->Any help?