<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How do I use a custom button image in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-do-I-use-a-custom-button-image/m-p/11498#M7183</link>
    <description>&lt;P&gt;It need the form post to work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See if something like this will work for you.&lt;/P&gt;&lt;PRE&gt;&amp;lt;form class="rolloverStyle" style="width:160px;height:300px;background:url(mouseOver.jpg) no-repeat;" name="PrePage" id="PrePage" method="post" action="&lt;A rel="nofollow" href="https://Simplecheckout.authorize.net/payment/CatalogPayment.aspx" target="_blank"&gt;https://Simplecheckout.authorize.net/payment/CatalogPayment.aspx&lt;/A&gt;"&amp;gt;
&amp;lt;input type="hidden" name="LinkId" value="aaad-76-3ee-32-8c8c61" /&amp;gt;
&amp;lt;a onclick="document.getElementById('PrePage').submit();"&amp;gt;&amp;lt;input type="image" src="MouseOut.jpg" /&amp;gt;&amp;lt;/a&amp;gt;
&amp;lt;/form&amp;gt;&lt;/PRE&gt;&lt;P&gt;css&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;* html a:hover
{
visibility:visible
}
.rolloverStyle a:hover input
{
visibility:hidden
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Mar 2011 21:16:30 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2011-03-23T21:16:30Z</dc:date>
    <item>
      <title>How do I use a custom button image</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-do-I-use-a-custom-button-image/m-p/11438#M7154</link>
      <description>&lt;P&gt;I have the code for the payment button that I created but I would like to use my own button image.&amp;nbsp; HOw do I edit the code so that I can show my own button image on my website?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2011 14:26:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-do-I-use-a-custom-button-image/m-p/11438#M7154</guid>
      <dc:creator>shawnt66</dc:creator>
      <dc:date>2011-03-23T14:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: How do I use a custom button image</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-do-I-use-a-custom-button-image/m-p/11452#M7160</link>
      <description>&lt;P&gt;If you are talking about Simple Checkout item? just change the image src to your image on your website.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2011 15:21:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-do-I-use-a-custom-button-image/m-p/11452#M7160</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2011-03-23T15:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: How do I use a custom button image</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-do-I-use-a-custom-button-image/m-p/11454#M7161</link>
      <description>&lt;P&gt;Yes.&amp;nbsp; Thank you.&amp;nbsp; Can you tell me which is the image source?&amp;nbsp; I&amp;nbsp;am sorry if this is a dumb question, I searched for answers to this before posting the question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the code it gave me.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;form name="PrePage" method = "post" action = "&lt;A rel="nofollow" href="https://Simplecheckout.authorize.net/payment/CatalogPayment.aspx" target="_blank"&gt;https://Simplecheckout.authorize.net/payment/CatalogPayment.aspx&lt;/A&gt;"&amp;gt; &amp;lt;input type = "hidden" name = "LinkId" value ="aad-76-ee-32-381" /&amp;gt; &amp;lt;input type = "submit" value = "Pay for Appraisal" /&amp;gt; &amp;lt;/form&amp;gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2011 15:29:48 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-do-I-use-a-custom-button-image/m-p/11454#M7161</guid>
      <dc:creator>shawnt66</dc:creator>
      <dc:date>2011-03-23T15:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: How do I use a custom button image</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-do-I-use-a-custom-button-image/m-p/11458#M7163</link>
      <description>&lt;P&gt;&amp;lt;form name="PrePage" method = "post" action = "&lt;A rel="nofollow" href="https://simplecheckout.authorize.net/payment/CatalogPayment.aspx" target="_blank"&gt;https://Simplecheckout.authorize.net/payment/CatalogPayment.aspx&lt;/A&gt;"&amp;gt; &amp;lt;input type = "hidden" name = "LinkId" value ="aad-76-ee-32-381" /&amp;gt; &amp;lt;input type = "image" src="&lt;A rel="nofollow" href="http://www.yourwebsite.com/yourPaymentImage.gif" target="_blank"&gt;http://www.yourwebsite.com/yourPaymentImage.gif&lt;/A&gt;" /&amp;gt; &amp;lt;/form&amp;gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2011 15:38:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-do-I-use-a-custom-button-image/m-p/11458#M7163</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2011-03-23T15:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: How do I use a custom button image</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-do-I-use-a-custom-button-image/m-p/11492#M7180</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created this button that has a rollover state so it's not something I can just link to an image file the way they have it.&amp;nbsp;&amp;nbsp;Do they code for a custom button, rather than a form?&amp;nbsp; We are using CSS rollover attributes for our button and not a static image.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is for simple checkout&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;My rollover code&lt;/U&gt;:&lt;/P&gt;&lt;P&gt;&amp;lt;a id="gallery-blocks1" href="&lt;A rel="nofollow" href="https://simplecheckout.authorize.net/payment/CatalogPayment.aspx%22%3E%3C/a" target="_blank"&gt;https://Simplecheckout.authorize.net/payment/CatalogPayment.aspx"&amp;gt;&amp;lt;/a&lt;/A&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;U&gt;Authorize button code&lt;/U&gt;:&lt;/P&gt;&lt;P&gt;&amp;lt;form name="PrePage" method = "post" action = "&lt;A rel="nofollow" href="https://Simplecheckout.authorize.net/payment/CatalogPayment.aspx" target="_blank"&gt;https://Simplecheckout.authorize.net/payment/CatalogPayment.aspx&lt;/A&gt;"&amp;gt; &amp;lt;input type = "hidden" name = "LinkId" value ="aaad-76-3ee-32-8c8c61" /&amp;gt; &amp;lt;input type = "image" src="&lt;A rel="nofollow" href="http://www.yourwebsite.com/yourPaymentImage.gif" target="_blank"&gt;http://www.yourwebsite.com/yourPaymentImage.gif&lt;/A&gt;" /&amp;gt; &amp;lt;/form&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2011 19:24:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-do-I-use-a-custom-button-image/m-p/11492#M7180</guid>
      <dc:creator>shawnt66</dc:creator>
      <dc:date>2011-03-23T19:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: How do I use a custom button image</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-do-I-use-a-custom-button-image/m-p/11498#M7183</link>
      <description>&lt;P&gt;It need the form post to work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See if something like this will work for you.&lt;/P&gt;&lt;PRE&gt;&amp;lt;form class="rolloverStyle" style="width:160px;height:300px;background:url(mouseOver.jpg) no-repeat;" name="PrePage" id="PrePage" method="post" action="&lt;A rel="nofollow" href="https://Simplecheckout.authorize.net/payment/CatalogPayment.aspx" target="_blank"&gt;https://Simplecheckout.authorize.net/payment/CatalogPayment.aspx&lt;/A&gt;"&amp;gt;
&amp;lt;input type="hidden" name="LinkId" value="aaad-76-3ee-32-8c8c61" /&amp;gt;
&amp;lt;a onclick="document.getElementById('PrePage').submit();"&amp;gt;&amp;lt;input type="image" src="MouseOut.jpg" /&amp;gt;&amp;lt;/a&amp;gt;
&amp;lt;/form&amp;gt;&lt;/PRE&gt;&lt;P&gt;css&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;* html a:hover
{
visibility:visible
}
.rolloverStyle a:hover input
{
visibility:hidden
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2011 21:16:30 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-do-I-use-a-custom-button-image/m-p/11498#M7183</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2011-03-23T21:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do I use a custom button image</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-do-I-use-a-custom-button-image/m-p/14862#M8524</link>
      <description>&lt;P&gt;I have followed this discussion, and tried to substitute my own image for Authorize.net's, the image I want is hosted on my site, but it does not load the image. What else might be happening? The image path is correct. I have "000" instead of the LinkId value. Thanks for any suggestions!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my form code:&lt;/P&gt;&lt;P&gt;&amp;lt;form name="PrePage" method = "post" action = "&lt;A target="_blank" href="https://Simplecheckout.authorize.net/payment/CatalogPayment.aspx"&gt;https://Simplecheckout.authorize.net/payment/CatalogPayment.aspx&lt;/A&gt;"&amp;gt; &amp;lt;input type = "hidden" name = "LinkId" value ="000000000" /&amp;gt; &amp;lt;input type = "image" src="&lt;A target="_blank" href="http://mdsg.clientwebdev.com/images/layout/donation-button.png"&gt;http://www.mdsg.clientwebdev.com/images/layout/donate-button.png&lt;/A&gt;" /&amp;gt; &amp;lt;/form&amp;gt;﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the webpage: &amp;nbsp;&lt;A target="_blank" href="http://www.mdsg.clientwebdev.com/index.php"&gt;http://www.mdsg.clientwebdev.com/index.php&lt;/A&gt;﻿&lt;/P&gt;&lt;P&gt;It's in the upper right corner, in the blue CONTRIBUTE box. The button says "DONATE NOW" in blue on a white background.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2011 00:28:48 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-do-I-use-a-custom-button-image/m-p/14862#M8524</guid>
      <dc:creator>elizabethr4</dc:creator>
      <dc:date>2011-07-15T00:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: How do I use a custom button image</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-do-I-use-a-custom-button-image/m-p/14864#M8525</link>
      <description>&lt;P&gt;Nevermind, I fixed it! For some reason, it wasn't refreshing when I uploaded a corrected page. Who knows!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2011 00:36:46 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/How-do-I-use-a-custom-button-image/m-p/14864#M8525</guid>
      <dc:creator>elizabethr4</dc:creator>
      <dc:date>2011-07-15T00:36:46Z</dc:date>
    </item>
  </channel>
</rss>

