The answer I gave you in the other thread was accurate Shabu.
I have just performed a test....
On your site.. Thebutton called Register produces a 404 Error.
I looked at the code for your page and found that the hyperlink reads like this (I fully appreciate the code may mean nothing but please bear with me)
Code:
<A href="http://www.rememberme4ever.net/register.html" target="_self">
OK, so the code above is correct. It is a hyperlink that goes to the following web address
Code:
http://www.rememberme4ever.net/register.html
If you type that web address into your browser as if you were visiting any other website you will see another 404Error.
This means either the page (register.html) does not exist or the web address is wrong (incorrect hyperlink as explained in my other reply).
Also in your code you have this hyperlink which goes to FAQ's.HTML ... do not use punctuation in your link.. Call it FAQS.HTML instead (the page must also not include punctuation).