2 small PHP/html Q's

Soldato
Joined
18 Feb 2006
Posts
9,781
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:

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.
 
It is a PHP forum, and works on normal HTML pages... :(

Thanks for the look though. :p

Edit: Try looking at the code on the home of the forum.
 
Last edited:
Back
Top Bottom