| Rich | 2008-07-05 22:14:00 | |
![]() Posts: 117 Topics participated: 67 Topics started: 10 First post: 2006-06-22 16:19:00 Last post: 2008-12-25 20:26:00 |
in bittorrent.php Find After add It worked at removing the extra columns on my index page. |
|
![]() |
Image Border Style by EXPLOiT
| carphunter18 | 2008-07-06 12:22:00 |
![]() Posts: 117 Topics participated: 54 Topics started: 5 First post: 2007-06-17 23:35:00 Last post: 2008-12-28 11:44:00 |
Done and everything is ok but why staff page looks like that :: you need to play with the close table td or tr because there to maney or to less Just a quote from myself i hope now you get it |
![]() |
| Alex2005 | 2008-07-06 01:08:00 |
![]() Posts: 1260 Topics participated: 596 Topics started: 26 First post: 2008-04-17 10:36:00 Last post: 2008-12-29 01:51:00 |
lol, not only td(table cell) and tr(table row) the tables them selfes... duh if you have this be sure that it will look like that stdhead(); missing a begin_main_frame(); begin_frame(); ... code ... end_main_frame(); stdfoot(); end_frame(); which is actualyprint(" |
i hope you understand better this way... :)
make an new php file called test.php, and copy this and then upload it to your site dir:
include("include/bittorrent.php");
dbconn(false);
stdhead();
begin_main_frame();
begin_frame();
begin_table();
echo "
TBDEV.net
";
end_table();
end_frame();
end_main_frame();
stdfoot();
?>






