I see 12 entries after ERINVALE. What browser are you using? Or do you mean something else when you say, "From the word Erinvale I am trying to edit the page and I am not being allowed to"?
There is an error in the generated HTML code here:
Code:
<tr class="alt">
<td>PAARL</td>
<td>05 JULY 2011</td>
<td>?</td>
<td>OPEN/CLOSED</td>
<td><form action="https://www.payfast.co.za/eng/process" method="post">
<input type="hidden" name="cmd" value="_paynow">
<input type="hidden" name="receiver" value="junior@hayesgolf.co.za">
<input type="hidden" name="item_name" value="Payment - Paarl - Glacier Series">
<input type="hidden" name="item_description" value="payment">
<input type="hidden" name="amount" value="120.00">
<input type="hidden" name="return_url" value="http://www.gnjgf.co.za/entryform.php">
<input type="hidden" name="cancel_url" value="http://www.gnjgf.co.za/Glacier_Main.html">
<input type="submit" style="width:66px;height:20px;background-color:#B5CCE4;font-size:10px; font-family: arial, sans-serif;" value="PAY NOW">
</td>
</tr>>
But all that appears to do is add (highlighted) here:
UPCOMING TOURNAMENTS ARE LISTED BELOW
>
At the end of the served source, there is this:
Code:
<!---------------------------
</table>
</body>
</html>
</div>
</div>
</body>
</html>
All those closing tags are implied anyway, so they aren't 'missed' by the browser. However, anything added after that highlighted line will appear to be part of an unclosed HTML comment and will not be displayed.
You could try running the PHP code that makes this on its own in such a way that any errors or warnings will be displayed.
If that doesn't clear it up for you and if the problem is with PHP, I need to see the PHP code.
Bookmarks