Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Trying to create ClickBank paymet link 1

Status
Not open for further replies.

jcarrott

Programmer
May 28, 2009
130
0
0
US
I am trying to create a payment link using the Clickbank image

Code:
      <p class="style1" align="center"> <a href="[URL unfurl="true"]http://1.voge1047.pay.clickbank.net"[/URL] <img src="images/button_2_medium.gif" height="100" width="275" /></a></p>

The result displays the Http link above the image and neither works as a link.

Can somebidy help me?
 
Missing the link's closing brace ">":

Code:
      <p class="style1" align="center"> <a href="[URL unfurl="true"]http://1.voge1047.pay.clickbank.net"[/URL][COLOR=white red]>[/color] <img src="images/button_2_medium.gif" height="100" width="275" /></a></p>

----------------------------------
Phil AKA Vacunita
----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.

Web & Tech
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top