Home > Design - Imagery, Banners & Landers > Landing Pages

How do I Replace Links and Images in Landing Pages??? (6)


05-25-2016 03:52 PM #1 donnnado (Member)
How do I Replace Links and Images in Landing Pages???

Hey guys,

Im like 2 inches away from launching all I need to do is replace links for the product name and images, and of course my affiliate links as well on some landers I've swiped.

The help would be much appreciated!


05-25-2016 07:09 PM #2 linkinteractive (Member)

You need to dig into the html or php code of the page. Links with have an "a href=currentlink.com" somewhere in there. Images will have an "img src=currentimage.jpg".


05-28-2016 10:47 PM #3 sharkov (Banned)

Use firebug plugn its more easier to change the wholr code write on youtube firebug tutorial. GL


05-29-2016 03:40 AM #4 bobliu (Member)

Quote Originally Posted by donnnado View Post
Hey guys,

Im like 2 inches away from launching all I need to do is replace links for the product name and images, and of course my affiliate links as well on some landers I've swiped.

The help would be much appreciated!
Do a search and replace for links, that's "href=" and "src=" as linkinteractive mentioned in an editor.

After you save the file make sure they're going to the correct locations relative to your hosting / assets folder.
Remember to search .css files too, incase they have full path image locations (don't want an image dying mid campaign!)


05-29-2016 09:39 AM #5 thenjp (Member)

In addition to what everyone has said.

I would recommend learning the basics of HTML/CSS.

Go through the course on here - https://www.codecademy.com


05-29-2016 10:06 AM #6 cmdeal (Veteran Member)

Quote Originally Posted by thenjp View Post
In addition to what everyone has said.

I would recommend learning the basics of HTML/CSS.

Go through the course on here - https://www.codecademy.com
OP, for your own good, at least learn this much.

I don't know how you will survive in online marketing if you don't even have these basic skills.

This is like trying to run a store without knowing basic arithmetic like addition and subtraction.


Home > Design - Imagery, Banners & Landers > Landing Pages