PPV Landing Page Offer Linking

5 replies
I just upload my landing page and i add offer link to the call to action button. When a user click on the link, does it open in a new browser automatically or i want to add the code in my landing page to open links in new window.
If i want to add open link in new window what is the html code for that. How can i set the page that open in a new window when a user click any where in the Popup window?
#landing #linking #offer #page #ppv
  • Profile picture of the author CpvTrafficPro
    <a href="URL" target="_blank">Clickable TEXT</a>
    {{ DiscussionBoard.errors[8422245].message }}
  • Profile picture of the author ChrisBa
    Originally Posted by TheDuke View Post

    I just upload my landing page and i add offer link to the call to action button. When a user click on the link, does it open in a new browser automatically or i want to add the code in my landing page to open links in new window.
    If i want to add open link in new window what is the html code for that. How can i set the page that open in a new window when a user click any where in the Popup window?
    No, if you want the link to open in a new window then you need to set it up that way

    To make it so if they click anywhere - you could either make the whole page a table and add some code to make the whole table a link, or you could make your whole page an image and make that a link
    {{ DiscussionBoard.errors[8424296].message }}
  • Profile picture of the author Battra
    It doesn't have to be a table. Wrapping the first element after <body> tag with link should work.
    {{ DiscussionBoard.errors[8427875].message }}

Trending Topics