Hello DP, I made squeeze page for list building...I have my own affiliate link, how do i add in mywebsite lesson i gave out and also in the Thank you page.. SOrry for silly question! I am not techie, please guide me! Regards Ta
Maybe you could provide more details? Because it is simply coding, or depending on the tools you're using.
well my bad! I am poor in explanation, Yes Ethan Alvin, That what exactly I want. I have my own affiliate links with me. I wanted to add it
Just copy the code you got from your affiliate network and paste it into the source code of your web page where you would like it to show up.
how will i get the code..I only got the Affiliate Link...and pasting it in the source code? Mean the index.html file?
Add it like this: <a href="affiliate-link" target="_blank">"Whatever text you want"</a> Code (markup): Just add the link where "affiliate-link" is and put whatever text you think is good where "Whatever text you want" is. If you want to add an image instead of text, you'll do it like this: <a href="affiliate-link" target="_blank"><img src="image-file-link" alt="whatever alternate text you want" /></a> Code (markup):
Do I have to put the code in the index.html file or somewhere? confused with this part Please guide me
It depends on where you want it to show up on the page. If you want the link to show up on your homepage, it will need to be in the code on that page.
thank you so much, its working perfect! Now I know how to do that but as I am a newbie, I have lil concern, what would be the best place to drop the link in my page? Should it be inside the lesson that I gave out or on the page itself.
You should probably get Kompozer. It's a free web page editor and allows you to see changes you are making to a web page as you are making them. This way you can easily determine where code should go on a page.