I have a PHP script that echos the following code, but I can't figure out a way to change the font: echo "<br><br><p><b>Thank you, $name</b></p><p>we've received your request and will get back to you as soon as possible.</p>"; Code (markup): I need it to be #FFFFFF, size 12, and Tahoma. Anybody have an idea of how I can do this? The code acts differently when it's echoed, it's quite frustrating.
use CSS. The quickest way would be to replace your <p> tags with this: <p style=\"font-size: 12px Tahoma; color: #FFFFFF;\">