Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
Basic 2
To extend on BluMoose, most websites will use sources from their own site, and when coded, will look something like
markup<a href="index.html"></a>
This is telling your computer the URL, however, it is telling us it's in the directory we're already in. So, if the page we were on was http://www.example.com/ and we were linked this, it would take us to http://www.example.com/index.html.
That should help you construct the full URL from the information given.