I have an msgToUser when they activate membership, it comes back with 2 diff fonts, 3 diff sizes, and 2 of the paragraphs are bold.
I want them all the same size, same font and not bold. Nothing seems to work for me when I try to adjust the text.
Here is my text…
$msgToUser = "<h2>Welcome $username - from $country, you've just became a member. In just a moment, you will be sent an activation link to your eMail address.</font></h2><h4>Activate your membership by going to your mailbox, then click the link we sent you.</font></h4><br />
If you do not see one, please check your spam mail and add to your safe senders list.</font><br /><br />
<br />
<strong><font color=\"#e60000\">IMPORTANT:</font></strong>
If you cannot see the activation link, contact site admin and briefly discuss the issue.</font><br /><br />
";
include_once 'msgToUser.php';
Thank you,
Scotty