Thats the Code for my Tables @@ ... and i want to put them in tables.php
CURRENT!! code for my tables.php in Nuke theme is
Code:
<?php
/************************************************************/
/* OpenTable Functions */
/* */
/* Define the tables look&feel for you whole site. For this */
/* we have two options: OpenTable and OpenTable2 functions. */
/* Then we have CloseTable and CloseTable2 function to */
/* properly close our tables. The difference is that */
/* OpenTable has a 100% width and OpenTable2 has a width */
/* according with the table content */
/************************************************************/
function OpenTable2() {
global $bgcolor1, $bgcolor2;
echo "<table border=\"0\" cellspacing=\"1\" cellpadding=\"0\" bgcolor=\"$bgcolor2\" align=\"center\"><tr><td>\n";
echo "<table border=\"0\" cellspacing=\"1\" cellpadding=\"8\" bgcolor=\"$bgcolor1\"><tr><td>\n";
}
function CloseTable2() {
echo "</td></tr></table></td></tr></table>\n";
}
?>
I Would really like some help here.. i know some people out there would also like to put their own tables in their Nuke instead of just some lines.. You know waht i mean can you please help me on this @@..
strato Corporal
Joined: Sep 17, 2003
Posts: 59
Posted:
Sat Sep 27, 2003 8:48 am
Hmm NVM guys I found a way to do it .... Thanks alot for your help anyway........
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum