Where do you put the landing page code that you generate from Pof PRo??
I created the lander in photoshop & then put it in Dreamweaver & make hotspots (where the person would click)
but POF PRO gives me a code like this : <a href="http://mydomain.com/tracking/exit-page.php">[Your call-to-action text link or image goes here]</a>
anywhere i put this code it makes a link on my lander. I cant figure out where to put it
Im really stumped on this lol I know its a newbie thing .. but i would really appreciate if someone can help me out
thanks
On your lander, you presumably have a link to your offer somewhere? "Click Here Now", "Sign Up", or similar?
If you've set that up as a link, look at the HTML in a text editor. You'll see a code like <a href="link">Click Here Now</a> .
Replace the "<a href="link"> bit with <a href="http://mydomain.com/tracking/exit-page.php">.
If you haven't yet set up a link in your landing page, you just need to copy that code in on either side of the text or image you want to use as a link - so it'd become
<a href="http://mydomain.com/tracking/exit-page.php">Click Here Now!</a>
Let me know if that sorts the problem out!
So let me ask you..
when I preview my lander in a browser after I have entered this code. And I click on the link: <a href="http://mydomain.com/tracking/exit-page.php">Click Here Now!</a>
Its going to send me here right ? http://mydomain.com/tracking/exit-page.php
so I should see a 404 page right? because my tracker (pofpro) is handling the redirect to the offer??
yeah it should send you to that exit-page.php, but I don't think it should give you a 404 error
Put in a support request on their website if you need immediate assistance
yea I guess one of my landers is coded wrong.
I just pulled it off, The other one is working ok tho
nice work man!
The problem is this. This is what i cant figure out.
My image to click on is this:
<img src="images/SSW.gif" width="800" height="600" alt="">
how do I add that code to this?
oh dude I just fixed it, i made a hot spot in dreamweaver. ( made my landers in photoshop )
and added the exit url in the link window: http://mydomain.com/tracking/exit-page.php
done! it redirects 
problem was when i try to add it on my own I couldnt for some reason