3 answers
Hi Sampath. Thanks this worked very well! My only remaining question is the height/width of the "Redeem Now" button. I changed that part of the code and the button is the size that I want in the preview, but once it is sent out the button is too small on the receiving side. Here is the code I currently have within what you provided. I included a screenshot below the code showing how small the button is. Let me know your thoughts. Thanks! <td><apex:outputLink value="https://www.amazon.com/gp/css/gc/payment/view-gc-balance?ie=UTF8&ref_=gc_lp_atya" style="display:block;width:200px;margin-top:20px;padding:20px 30px;background-color:⌗F68F2E;font-size:14px;color:⌗FFF;text-decoration:none;text-align:center;"><b>Redeem Now</b></apex:outputLink> </td> </tr> </table> </td> </tr> </table><br /></td>