Add a cpa lead to my website

soxio123

Newbie
Joined
Mar 14, 2012
Messages
42
Reaction score
1
I have a email sumbit offer (cpa) that I want to add to my website.

What's the code to add it to my website, I have the direct link to the offer the "tracking link" to the offer. Whats the html code to make it display on my page?
 
Is this what you are looking for ?
Code:
<a href="yourlink">CLICK HERE</a>

If so, how can you run a website without knowing the most basic html ?
 
I think he wants to iframe it or something, he's not too clear..
 
Well then this would be something like

Code:
<iframe width="100%" height="100%" src="yourlink"></iframe>

Which still brings the same question :)
But yeah OP is not clear at all, maybe I didn't get what you're asking for exactly.
 
Back
Top