Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.

opentable

This table is used to open up a new table, dependent of your theme, which will match the rest of the sites layout and you will be able to write content to it after you have declared the opentable() statement.

opentable

Quote

opentable ( string $title )


Parameters
title
The heading or title of the table

Example
Code
<?php
opentable("Title");
 
// Content goes here
 
closetable();
?>

This will open a new table, defined by the theme, and you will be able to write content inside it.

Notes
In order to close the table (And for it to work properly), you must call the function closetable(); after you declared opentable();