That's the one Klaus, thanks.
Solution:
Under the 'Website Header' section of the aforementioned Help page linked above, insert:
<!-- header -->
<div id="banner">
<h1><?php echo WEBSITE_HEADER; ?></h1>
</div>
into your index.php file immediately before the snippet:
<?php page_content(); ?>
and replaing:
<?php echo WEBSITE_HEADER; ?>
in the newly pasted snippet with:
<?php echo PAGE_TITLE; ?>
instead.
Fixed!
Thanks,
Seanie.