Welcome to Geeklog, Anonymous Sunday, April 20 2025 @ 01:02 am EDT
Geeklog Forums
html in staticpages (PHP enabled)
Status: offline
Robin
Forum User
Full Member
Registered: 02/15/02
Posts: 725
Hello
I'm playing with staticpages with enabled php and trying to include some html.
So I put this piece:
print '<tr>';
print '<td> </td>';
print '</tr>';
print '</table>';
and the problem is that this table is displayed above the header.
What am I missing? (GL 1.3.11)
Geeklog Polish Support Team
I'm playing with staticpages with enabled php and trying to include some html.
So I put this piece:
Text Formatted Code
print '<table width="100%" border="1">';print '<tr>';
print '<td> </td>';
print '</tr>';
print '</table>';
and the problem is that this table is displayed above the header.
What am I missing? (GL 1.3.11)

Geeklog Polish Support Team
4
6
Quote
Status: offline
Robin
Forum User
Full Member
Registered: 02/15/02
Posts: 725
You mean like this:
$print = '<table width="100%" border="1">';
$print = '<tr>';
$print = '<td> </td>';
$print = '</tr>';
$print = '</table>';
return $print;
Is this right?
Thank you Tom
Geeklog Polish Support Team
Text Formatted Code
$print = '<table width="100%" border="1">';
$print = '<tr>';
$print = '<td> </td>';
$print = '</tr>';
$print = '</table>';
return $print;
Is this right?
Thank you Tom
Geeklog Polish Support Team
10
9
Quote
All times are EDT. The time is now 01:02 am.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content