Announcement

Collapse
No announcement yet.

Two Questions on h.t.m.l

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Two Questions on h.t.m.l

    I have just noticed an error on my page

    www.anxietynomore.co.uk/at_last_a_life.html

    The paypal/payment banner at the bottom of the page is a clickable link which should take you to paypal itself, all it does is take you back to the page you are on. Can anyone help me even if it makes the link non-clickable, I really don't understand it as when it is on the paypal website it is hyperlinked to open a box explaining paypal and also has the paypal address in the h.t.m.l

    Below is the code any suggestions?

    <!-- PayPal Logo --><table border="0" cellpadding="10" cellspacing="0" align="center"><tr><td align="center"></td></tr>
    <tr><td align="center"><a href="#" onclick="javascript:window.open('https://www.paypal.com/cgi-bin/webscr?cmd=xpt/popup/OLCWhatIsPayPal-outside','olcwhatispaypal','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=400, height=350');"><img src="https://www.paypal.com/en_US/i/bnr/h...olution_PP.gif" border="0" alt="Solution Graphics"></a></td></tr></table><!-- PayPal Logo -->



    Also I would like to make my clickbank purchase button black and I am not sure how to change the colour, thanks for any help.

    <B><A HREF="HTTP://1.xxxxxxxx.PAY.CLICKBANK.NET"
    TARGET=CB>CLICK HERE TO PURCHASE</A><B>
    www.anxietynomore.co.uk

  • #2
    Re: Two Questions on h.t.m.l
    • work ok with me and take me to the Paypal page when i click the paypal image in your page, or do i miss something?
    • for the clickbank link you can change like this
    Code:
    <style type="text/css">
    a.link {color: #000000;text-decoration: underline;}
    </style>
    <B><A HREF="[URL="http://1.xxxxxxxx.PAY.CLICKBANK.NET"]HTTP://1.xxxxxxxx.PAY.CLICKBANK.NET[/URL]" 
    TARGET=CB class="link">CLICK HERE TO PURCHASE</A><B>
    .
    .
    Nyoman

    Comment


    • #3
      Re: Two Questions on h.t.m.l

      Worked for me, PayPal.
      Hit refresh F5 several times. Clear your cache and temp files too.
      Bill
      www.blueearthtea.com
      www.ftaaconsulting.com
      www.iaval.com
      www.theemeraldbay.com

      Comment

      Working...
      X