I want to create a link to us page. What is the code to use to make is so people can click and copy and paste my url in html for this purpose
Depends what your using, there are plugins for things like Wordpress that will show code and have the ability to send that code to the users clipboard. Worst case, just write it as normal HTML and let the user copy it from your page
Here's how I did mine : Link to eWhiz.Biz Here's my HTML code, just replace my URL & banner.gif with yours, should work.
Standard link: <a href="http://www.mongeroos.com">Mongeroos Social Group</a> Link that opens in new window: <a href="http://www.mongeroos.com" target="_new">Mongeroos Social Group </a>