Your hoplinks should be in the following format:
http://AFFILIATE.PUBLISHER.hop.clickbank.net
This is what it looks like in html:
| <a href="http://AFFILIATE.PLAYFAVE.hop.clickbank.net"
target=_top>CLICK HERE</a> |
Here's how to make it work...
To open a hoplink in a new window set the target attribute of the hoplink to "_blank". Here's an example:
| <a href="http://AFFILIATE.PLAYFAVE.hop.clickbank.net"
target=_blank>Click Here!</a> |