html link issues when creating pages?

No matter how I try this I can get any links to other pages work when I create a page.

Here is the code I use:


<a href=” http://corefreedom.com/threads/what-is-hooponopono.112/”target="blank">Ho’oponopono </a>

When I click on the link I get to an error page saying 'the requested page cannot be found.'

Is there something wrong with my code or is this a known 'page' issue?


Also, the brackets are not right. Try this:

HTML:
<a href="http://corefreedom.com/threads/what-is-hooponopono.112/" target="blank">Ho’oponopono </a>
 
Top Bottom