I have a side bar on the forum for navigating the web page, but the problem is, it floats in the centre, so on larger pages it stays in the centre of the page (Example: http://ultimateunity.co.uk/forum/faq.php ) How do I fix this so it always stays at the top of the table?
If you look on the page I have a Next match which has the following code for it:
And it doesn't display it. What can I do to fix this?
Thanks, Trif.
If you look on the page I have a Next match which has the following code for it:
Code:
<?php
// overall_header.tpl
$thisPage = "ELTS :: next match";
require_once('nm.php');
?>
And it doesn't display it. What can I do to fix this?
Thanks, Trif.