how to show percent sign % in bold

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Bostonrose
    New Member
    • Jan 2007
    • 2

    how to show percent sign % in bold

    I need to use the % per cent sign as the character not words in a title and I need to bold it but nothing I try seems to make it bold. What am I doing wrong? Thanks, bostonrose
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    span{
    font-weight:bold;
    }

    <p>50<span>%</span></p>

    Using it in a <hx> element won't work because it's already bolded.

    Comment

    Working...