Some Characters Not Displaying in Firefox

Discussion in 'HTML & Website Design' started by travoholic, Apr 1, 2009.

  1. #1
    Hello,

    When I vie wmy sites in Firefox, the £ (pound Stirling) and ' (apostrophe) symbols don't show up. In their place is a diamond with a question mark inside. Is there a way to make these work?

    Thanks!
    Kirsty
     
    travoholic, Apr 1, 2009 IP
  2. diwebdesign uk

    diwebdesign uk Peon

    Messages:
    48
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Basically browsers can't always understand these special characters but when this happens you can a special character into the html.
    In your code you need to replace the £ sign with
    
    £
    
    Code (markup):
    The apostrophe normally works try using a straight apostrophe in stead of a slanting one in you code or vice versa. eg. replace
    `
    with
    '

    if not you could always use the html code (will place the apostrophe in)
    & #39;

    (without the space between the & and the #)
     
    diwebdesign uk, Apr 1, 2009 IP