Without changing the post, and just refreshing the page, i get 2 different displays.
See attached shots.
Are you sure no one was editing it?
-[Unknown]
positive. My post and only me online.
Cannot reproduce. What were you posting?
-[Unknown]
Each page needs to contain The following.
blah, blah, blah
<?php require_once('includes/load.php'); ?>
blah, blah, blah
<?php require_once('includes/header.php'); ?>
blah, blah, blah
<?php require_once('includes/footer.php'); ?>
And Optionaly
blah, blah, blah
<?php
$HEAD['title'] = 'page title';
$HEAD['keywords'] = array('test');
require_once('includes/head.php');
?>
blah, blah, blah
$HEAD['keywords'] = array('word1', 'word2', 'phrase 1', 'phrase 2');
You can also completley leave out both of the $HEAD lines, in which case, the internal defaults will be used.
setting $HEAD['title'] Overwrites the default.
setting $HEAD['keywords'] Appends to the defaults.
I cannot get it to display strangely or wrongly.
-[Unknown]
Neither can i here, nor on one of my other boards.
It just seems to be that one board, what could cause it?
looking through subs, you seem to add a <?php & ?> to the string before colour-ising it. then remove it when done. could something, be stopping that from working from time to time?