Question
php email form with styling
Hi
I have a php file which generates an email from a form in a website I have designed. I just want to make some areas of the final generated email in bold text. I know if people have plain text only selected in their email client they won't see the bold text, but at least it will reach a certain percentage of users.
the line in question is -
$body ="Booking request details from website:\n\n";
I have tried putting <b></b> and <strong></strong>, inside the inverted commas, outside etc, plus tried different declarations within the <head>, nothing works! What am I doing wrong?
I am a beginner with this php stuff, please be kind!
Thanks
I have a php file which generates an email from a form in a website I have designed. I just want to make some areas of the final generated email in bold text. I know if people have plain text only selected in their email client they won't see the bold text, but at least it will reach a certain percentage of users.
the line in question is -
$body ="Booking request details from website:\n\n";
I have tried putting <b></b> and <strong></strong>, inside the inverted commas, outside etc, plus tried different declarations within the <head>, nothing works! What am I doing wrong?
I am a beginner with this php stuff, please be kind!
Thanks
