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
Auto Responder Text
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
Re: Auto Responder Text
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>
Re: Auto Responder Text
Thank you!
It worked perfectly!
Greg
It worked perfectly!
Greg