Maven4Champ
Technical User
- Jun 16, 2004
- 154
Greetings,
I currently have 4 server side includes in my website.
The odd thing is that on my last one that I added, it returns the page but in front of where the content starts, it has the following weird characters:

Page is visible here:
First question - is there a limit to the number of server side includes you can have?
If not, what else could be the problem.
The html for the ssi page returning the error is below:
What could be causing this. It's almost as if (should there not be a limit) that there are hidden characters or something. No other errors that I can tell.
Here is also a portion of the code for the index.shtml page:
I currently have 4 server side includes in my website.
The odd thing is that on my last one that I added, it returns the page but in front of where the content starts, it has the following weird characters:

Page is visible here:
First question - is there a limit to the number of server side includes you can have?
If not, what else could be the problem.
The html for the ssi page returning the error is below:
Code:
<!-- Begin Advertisements -->
<a href="#top"><img border="0" src="../images2/advertisehere.jpg" width="151" height="600" alt="BringTheBlitz.com - Advertise Here" /></a>
<br />
<br />
<a href="[URL unfurl="true"]http://bringtheblitz.com/community/"><img[/URL] border="0" src="../images2/banner.jpg" width="151" height="381" alt="BringTheBltiz.com Forums" /></a>
<!-- End Advertisments -->
What could be causing this. It's almost as if (should there not be a limit) that there are hidden characters or something. No other errors that I can tell.
Here is also a portion of the code for the index.shtml page:
Code:
<td class="column1" valign="top"><div align="center"><!--#include virtual="advertise.shtml" --></div>
</td>