- Code: Select all
<table border="0" cellspacing="0" width="468" bgcolor="#CCCCCC">
<tr>
<td width="60" height="60">
<img src="http://www.tikilab.com/includeinbanner.jpg" alt="" width="60" height="60" align="middle">
</td>
<td width="408" height="60" align="center" valign="middle">
<font color="#000000">
This is static text.<br>
<?php include ("http://www.tikilab.com/includeinbanner.txt"); ?>
</font>
</td>
</tr>
</table>
However, while the code works fine in a separate file:
http://www.tikilab.com/includeinbannertest.php
the included text does not appear in the banner. The pages that the banner is appearing on are PHP files - both pages in phpBB and my own additional PHP pages.

