Hello DP members, I really need your help on this. I have made some research already but I just can’t find the right steps and codes. On our salespage, we have 4 sub download links and 1 main download link. This main download link is found at the bottom of the page, and then the 4 ones are scattered on the upper section. Now, I need your help on making this possible. If ever I am going to click any of our sub download links, I will be redirected to the location of our main download link. Your inputs are highly appreciated. Thanks, MagicLouie
If I understand correctly, clicking on any of the sub links should direct the viewer to the download link at the bottom of the page. If correct, you can find an example of how to do that here: http://www.w3schools.com/HTML/tryit.asp?filename=tryhtml_link_locations . It involves giving the target link a name and making your sub links point to #name. Good luck