Help me with this stupid blue box.

3 replies
I have a sales page with order buttons when i enter my paypal link into them a stupid blue box appears around the order button is there any way of getting it off.

Thankyou
#blue #box #stupid
  • Yes. Look in the code for the button. You'll see something that says, <img src="whatever.jpg"/>. Before the final '/>,' add the following:

    border="0"

    So it will end up looking like <img src="whatever.jpg" border="0"/>

    This will get rid of the stupid blue box... i.e., the border.

    ~Stephanie
    Signature

    Do not meddle in the affairs of dragons, for you are crunchy, and good with ketchup.

    {{ DiscussionBoard.errors[910958].message }}
    • Profile picture of the author monitorit
      Originally Posted by thegoddessofeleven View Post

      Yes. Look in the code for the button. You'll see something that says, <img src="whatever.jpg"/>. Before the final '/>,' add the following:

      border="0"

      So it will end up looking like <img src="whatever.jpg" border="0"/>

      This will get rid of the stupid blue box... i.e., the border.

      ~Stephanie

      Thanks your a life saver this is now implemented
      {{ DiscussionBoard.errors[910985].message }}
  • Profile picture of the author nossie
    use one of the following html code in the img tag from your paypal button:

    border="0"
    style="border-style: none"
    {{ DiscussionBoard.errors[910960].message }}

Trending Topics