Quote:
Originally Posted by MacroPhotoPro
Is there a way to write an HTML table onto this page?
I have tried using this format:
Code:
OutputTxt('<table><tr><td><th>
</th></td></tr></table>');
But it's not working
Any suggestions on how to insert an HTML table onto this blank php page?
Thanks!
|
Put the HTML into the template, not the php. Or, assign the HTML code to a variable, register it for use in the main template, and then put the variable in the template (see the example for $pagetitle in the first post).