How to put hyperlink on play button

michaelo2

Newbie
Joined
May 6, 2017
Messages
3
Reaction score
1
Hello guys am a newbie, just got into cpa stuff and dont know how to put the hyperlink in to the play button please any tutorial will do thanks
 
I'm not sure what play button are you talking about but in HTML to make something a hyperlink you put it in an anchor tag.

Code:
<a href="DESTINATION">CONTENT</a>

DESTINATION - When clicked on, the user is taken here.

CONTENT - Element that becomes a hyperlink
 
I meant making an image clickable even after uploading
 
Back
Top