Hi Guys...
I have a web site that uses a little PHP.
This is the bit that doesn't work.
PHP Code:
<?php
$hmenu=join('',file('files/hmenu.txt'));
?>
<?php echo $hmenu ?>
This is where the display code is:
Code:
<tr valign="bottom">
<td>
<? echo $hmenu ?>
</td>
</tr>
I'm convinced that it is because
<? echo $hmenu ?> is within a table.
I have another php link. NOT inside a table, and that works OK.
This is not a problem with IE.
Can anybody advise me ??
Thanks,