2014-01-19, 03:53 AM,
|
|
Xjinzz
2 Day Ban (Reason: Spam)

|
Posts: 23
Threads: 2
Joined: Jan 2014
Reputation:
0
Thanks Given: 91 Thanks Received: 2
|
|
Hey guys,
so I made my landing page but I need to create a button which says 'download' and when users click it they get forwarded to the page that I want. I looked online but I couldn't really figure it out..
I hope someone can help me with this ! :)
|
|
2014-01-19, 03:57 AM,
|
|
<a href="http://USERNEEDSTOGOTOTHISLINK.com" target="_blank"><img border="0" src="http://LINKOFPICTURE.png" height="90" width="320" /></a>
|
|
2014-01-19, 04:05 AM,
|
|
Xjinzz
2 Day Ban (Reason: Spam)

|
Posts: 23
Threads: 2
Joined: Jan 2014
Reputation:
0
Thanks Given: 91 Thanks Received: 2
|
|
(2014-01-19, 03:57 AM)f0rest Wrote: <a href="" target="_blank"><img border="0" src="" height="90" width="320" /></a> and what exactly do I put into the linkofpicture part? Do I need to upload it to a website and put the link of that there?
|
|
2014-01-19, 04:06 AM,
|
|
(2014-01-19, 04:05 AM)Xjinzz Wrote: (2014-01-19, 03:57 AM)f0rest Wrote: <a href="" target="_blank"><img border="0" src="" height="90" width="320" /></a> and what exactly do I put into the linkofpicture part? Do I need to upload it to a website and put the link of that there? Upload your image in imgur.com and paste the imgur link (add pic format in the end of URL).
|
|
2014-01-19, 04:17 AM,
|
|
Xjinzz
2 Day Ban (Reason: Spam)

|
Posts: 23
Threads: 2
Joined: Jan 2014
Reputation:
0
Thanks Given: 91 Thanks Received: 2
|
|
(2014-01-19, 04:06 AM)f0rest Wrote: (2014-01-19, 04:05 AM)Xjinzz Wrote: (2014-01-19, 03:57 AM)f0rest Wrote: <a href="" target="_blank"><img border="0" src="" height="90" width="320" /></a> and what exactly do I put into the linkofpicture part? Do I need to upload it to a website and put the link of that there? Upload your image in imgur.com and paste the imgur link (add pic format in the end of URL). Figured it out, thanks for the quick reply, appreciate it ^^!
|
|
2014-01-19, 08:04 AM,
|
|
K4rMa
Banned, see signature.
|
Posts: 267
Threads: 32
Joined: Jan 2014
Thanks Given: 266 Thanks Received: 4,217
|
|
<a href="Link that you want to redirect the user"><img src="Image Download button or anything else you want"></a>
|
|
|