Auto Responder Text

Issues related to forms.
Post Reply
GPK5050
 
 
Posts: 44
Joined: Thu Apr 26, 2018 4:03 pm

Auto Responder Text

Post by GPK5050 »

Hi all...

I've tried many formats, but have not been able to figure this out.

In my Auto Responder Text email, part of the email is as follows:


We would like to thank you for registering for our event.<br>
<b>Please Note:</b> Select "Paying A Friend" during the check-out process so we do not incur transaction fees.<br>
If this is not selected and a fee is assessed, this fee is non-refundable and you will be asked to re-send the fee that was deducted from your payment.<br>
<b>International Users:</b> A money request will be sent to you via PayPal to include their transaction fees.<br>


I would like to have from Please Note: to from your payment to be in red, and I can't seem to figure out the right coding to do this. Besides this part of the text, everything else should be in black.

Any help would be appreciated.

Thank you!

Greg
User avatar
Pablo
 
Posts: 23234
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Auto Responder Text

Post by Pablo »

To include color you will need to add a style to the text. For example:

Code: Select all

<span style="color:#FF0000">Please Note:</span> 
GPK5050
 
 
Posts: 44
Joined: Thu Apr 26, 2018 4:03 pm

Re: Auto Responder Text

Post by GPK5050 »

Thank you!

It worked perfectly!

Greg
Post Reply