Lets say im inserting this html into my site and I change the click here part <a href="http://coreyt1245.ipodpsp.hop.clickbank.net/" target="_top">Click Here!</a> to <a href="http://coreyt1245.ipodpsp.hop.clickbank.net/" target="_top">For more information</a> would I still get credit for the sale? Thanks
Yep. It's the hop link which gives you the credit for the sale. The anchor text has nothing to do with it.
To make sure you are getting credit for the sale, click on the affiliate link and when taken to the clickbank sales page, you should see your affiliate ID at the bottom.
You can use any text you desire. The more creative the better. The key thing is that this hop stays same http://coreyt1245.ipodpsp.hop.clickbank.net
I would recommend cloaking your link. Many people will see the weird URL and purposely not click it with that URL. You can use a free url shortener to make the link look smaller and cleaner
Why have it point to someone else's domain? Search for the 'CB Hop-linker' and cloak any CB hop links, and reap the benefit of them pointing to your own domain.
You can change anchor text - no prob with that. No need to use any outer program - just put the link in a file, as shown below, and point the link in your sales page to that file. File should contain: <html> <head> <title>Loading page...</title> <meta http-equiv="refresh" content="2;URL=http://AFF.VENDOR.hop.clickbank.net"> <script> url='http://AFF.VENDOR.hop.clickbank.net'; if(document.images) { top.location.replace(url); } else { top.location.href=url; } </script> </head> <body> <p>Loading Page...<br> If page does not open, please <a href=http://AFF.VENDOR.hop.clickbank.net>click HERE</a>. </p> </body> </html>