i have a script i run for my email feedback form, but i want to change the output font i receive in my email. Dont know if i am making myself clear. I receive the email with the info the user completed on my site, but I want to change the descriptions font to bold. Please help, dont know about php
You don't need php to make it bold. Just find the part you want bold and add the following: <b>Text You Want Bold</b> or <strong>Text You Want Bold</strong> if the text is contained in a tag like <p>, you can add a style like: <p style="font-weight: bold">Text you want bold</p>
To use HTML in emails, you need to make a MIME message. Probably easiest to use a class from phpclasses.org for that: http://www.google.com/custom?hl=en&...tml&btnG=Search&sitesearch=www.phpclasses.org