Ok. I have a site that runs of a basic template; so each page is basicly 90% the same. I have two pages (just two) that will not display. If I remove the content then the template shows up no problem. If I add 4-6 pics it still shows. But if I add in all 14 pics then no luck.
Here's the working page:
http://ssd.servehttp.com/ssdv2/tutorials/index.php
and the one with content:
http://ssd.servehttp.com/ssdv2/tutorials/index-with.php
And here's the content that messes up the page:
<table width="200" border="2" bordercolor="#ffff88" cellspacing="0" cellpadding="2" align="center">
<tr>
<td>
<table width="100%" border="0" bordercolor="#ffff88" cellspacing="2" cellpadding="0">
<tr align="center">
<td height="29" colspan="3" background="<?PHP echo $httproot ?>interfaces/default/SideMenuTitle.png">
<font class="default">Offical StarShatter Screenshots</font>
</td>
</tr>
<tr align="center" bgcolor="#E8E984">
<td>
<a href="javascript://" onClick="popimage('<?PHP print $httproot ?>officalFiles/ss.com-screenshots/s01.jpg',1024,768);return false">
<img src="<?PHP print $httproot ?>officalFiles/ss.com-screenshots/s01a.jpg" border="0" ></a>
</td>
<td>
<a href="javascript://" onClick="popimage('<?PHP print $httproot ?>officalFiles/ss.com-screenshots/s02.jpg',1024,768);return false">
<img src="<?PHP print $httproot ?>officalFiles/ss.com-screenshots/s02a.jpg" border="0" ></a>
</td>
</tr>
<tr align="center" bgcolor="#E8E984">
<td>
<a href="javascript://" onClick="popimage('<?PHP print $httproot ?>officalFiles/ss.com-screenshots/s03.jpg',1024,768);return false">
<img src="<?PHP print $httproot ?>officalFiles/ss.com-screenshots/s03a.jpg" border="0" ></a>
</td>
<td>
<a href="javascript://" onClick="popimage('<?PHP print $httproot ?>officalFiles/ss.com-screenshots/s04.jpg',1027,768);return false">
<img src="<?PHP print $httproot ?>officalFiles/ss.com-screenshots/s04a.jpg" border="0" ></a>
</td>
</tr>
<tr align="center" bgcolor="#E8E984">
<td>
<a href="javascript://" onClick="popimage('<?PHP print $httproot ?>officalFiles/ss.com-screenshots/s05.jpg',1024,768);return false">
<img src="<?PHP print $httproot ?>officalFiles/ss.com-screenshots/s05a.jpg" border="0" ></a>
</td>
<td>
<a href="javascript://" onClick="popimage('<?PHP print $httproot ?>officalFiles/ss.com-screenshots/s06.jpg',1027,768);return false">
<img src="<?PHP print $httproot ?>officalFiles/ss.com-screenshots/s06a.jpg" border="0" ></a>
</td>
</tr>
<tr align="center" bgcolor="#E8E984">
<td>
<a href="javascript://" onClick="popimage('<?PHP print $httproot ?>officalFiles/ss.com-screenshots/s07.jpg',1024,768);return false">
<img src="<?PHP print $httproot ?>officalFiles/ss.com-screenshots/s07a.jpg" border="0" ></a>
</td>
<td>
<a href="javascript://" onClick="popimage('<?PHP print $httproot ?>officalFiles/ss.com-screenshots/s08.jpg',1027,768);return false">
<img src="<?PHP print $httproot ?>officalFiles/ss.com-screenshots/s08a.jpg" border="0" ></a>
</td>
</tr>
<tr align="center" bgcolor="#E8E984">
<td>
<a href="javascript://" onClick="popimage('<?PHP print $httproot ?>officalFiles/ss.com-screenshots/s09.jpg',1024,768);return false">
<img src="<?PHP print $httproot ?>officalFiles/ss.com-screenshots/s09a.jpg" border="0" ></a>
</td>
<td>
<a href="javascript://" onClick="popimage('<?PHP print $httproot ?>officalFiles/ss.com-screenshots/s10.jpg',1027,768);return false">
<img src="<?PHP print $httproot ?>officalFiles/ss.com-screenshots/s10a.jpg" border="0" ></a>
</td>
</tr>
<tr align="center" bgcolor="#E8E984">
<td>
<a href="javascript://" onClick="popimage('<?PHP print $httproot ?>officalFiles/ss.com-screenshots/s11.jpg',1024,768);return false">
<img src="<?PHP print $httproot ?>officalFiles/ss.com-screenshots/s11a.jpg" border="0" ></a>
</td>
<td>
<a href="javascript://" onClick="popimage('<?PHP print $httproot ?>officalFiles/ss.com-screenshots/s12.jpg',1027,768);return false">
<img src="<?PHP print $httproot ?>officalFiles/ss.com-screenshots/s12a.jpg" border="0" ></a>
</td>
</tr>
<tr align="center" bgcolor="#E8E984">
<td>
<a href="javascript://" onClick="popimage('<?PHP print $httproot ?>officalFiles/ss.com-screenshots/s14.jpg',800,600);return false">
<img src="<?PHP print $httproot ?>officalFiles/ss.com-screenshots/s14a.jpg" border="0" ></a>
</td>
<td>
<a href="javascript://" onClick="popimage('<?PHP print $httproot ?>officalFiles/ss.com-screenshots/s14.jpg',800,600);return false">
<img src="<?PHP print $httproot ?>officalFiles/ss.com-screenshots/s14a.jpg" border="0" ></a>
</td>
</tr>
<tr align="center" bgcolor="#E8E984">
<td>
<a href="javascript://" onClick="popimage('<?PHP print $httproot ?>officalFiles/ss.com-screenshots/Starshatter1.jpg',1024,768);return false">
<img src="<?PHP print $httproot ?>officalFiles/ss.com-screenshots/Starshatter1a.jpg" border="0" ></a>
</td>
<td>
<a href="javascript://" onClick="popimage('<?PHP print $httproot ?>officalFiles/ss.com-screenshots/Starshatter2.jpg',1027,768);return false">
<img src="<?PHP print $httproot ?>officalFiles/ss.com-screenshots/Starshatter2a.jpg" border="0" ></a>
</td>
</tr>
<tr align="center" bgcolor="#E8E984">
<td>
<a href="javascript://" onClick="popimage('<?PHP print $httproot ?>officalFiles/ss.com-screenshots/Starshatter3.jpg',1024,768);return false">
<img src="<?PHP print $httproot ?>officalFiles/ss.com-screenshots/Starshatter3a.jpg" border="0" ></a>
</td>
<td>
<a href="javascript://" onClick="popimage('<?PHP print $httproot ?>officalFiles/ss.com-screenshots/Starshatter4.jpg',1027,768);return false">
<img src="<?PHP print $httproot ?>officalFiles/ss.com-screenshots/Starshatter4a.jpg" border="0" ></a>
</td>
</tr>
</table>
</td></tr></table>
All the pictures show up, all the code is error free I just cann't seem to figure out whats wrong with it.
any help youguys can give me is greatly appreciated!