View Single Post
  #2  
Old 01-13-2022, 05:46 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,189
 

Default Re: Delete Paypal button at sign-up & Add an image.

1. Don't use PP Express. Use PP Standard.
2. I don't think the labels process html code. The html code is escaped and turned into html entities. You can modify the actual template that outputs the page and add the image directly there or depending on how the the label text is referenced - in the template or in the php file - you can force html code in there
- if in the template use the "raw" {{ variable | raw }}
- if in the php file you can use html_entity_decode
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote