set font for php script output

Discussion in 'PHP' started by smartoptions777, Jun 5, 2009.

  1. #1
    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
     
    smartoptions777, Jun 5, 2009 IP
  2. HorseGalleria

    HorseGalleria Peon

    Messages:
    91
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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>
     
    HorseGalleria, Jun 5, 2009 IP
  3. Hoth

    Hoth Well-Known Member

    Messages:
    51
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    101
    #3
    Hoth, Jun 6, 2009 IP