I installed the software again and this time I noticed when I change the Join text, after refreshing the settings page the text I added to Join is appended to the bottom of the Payment Box and the Join text is no longer visible. This may be to some parsing error of admin.php
Here is the html code I'm pasting into Join :
Code:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Total Office - Watch, Listen, & Learn</title>
<link href="/css3.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.style1 {font-family: Georgia, "Times New Roman", Times, serif}
-->
</style>
</head>
<body>
<div id="wrapper">
<div id="header">
<div id="src">
<form action="http://www.total-office.co.uk/ksearch/ksearch.cgi" method="GET" name="search">
<input name="terms" type="text" id="search" size="18"/>
</form>
</div>
<ul>
<li class="LeftNav"><a href="/index.html" class="a">Home</a></li>
<li>Resources</li>
<li><a href="/cpp/join.php">Join</a></li>
<li><a href="/members">Sign In</a></li>
<li><a href="http://www.total-office.co.uk/members/index.php?action=logout">Sign Out</a></li>
<li><a href="/phpBB3/index.php">Forum</a></li>
<li><a href="/aboutus.htm">About Us</a></li>
<li>FAQ</li>
</ul>
</div><div id="contentabout">
I've closed off the div tags and amended join.php so the page displays correctly.