Forum Moderators: coopster
I got each of this pages work individually but when i try to display both files inside a table (using the <td> </td> tag)in a third file , the files appear above each other instead of being on a single row.
below is my structure, please what do i need to make the pages appear side by side on a row
<?
<table>
<tr>
<td> include "products.php" </td>
<td> include "news.php" </td>
</tr>
</table>
?>
thanks for your support.
Either that or use inline php such as having the table in html and then <?php include ("filename"); ?> then go on with the table.
I don't know if that helps at all but that's my first thoughts.
Brandon