websites wont display £ debian sarge 3.1

Discussion in 'Installation/Configuration' started by Boon-Dog-Danny, Dec 26, 2008.

  1. Boon-Dog-Danny

    Boon-Dog-Danny New Member

  2. Antennipasi

    Antennipasi Member

    this is a basic encoding problem. you dont have charset-metatag in limousine-pages, like you have in boon-*-pages.
    you have to either add the tag or convert all pound-signs to html-characters.
     
  3. commentator

    commentator Member

    is there also a display problem when you use £ as sign?
     
  4. Boon-Dog-Danny

    Boon-Dog-Danny New Member

    re


    what tag? I changed the html to show the £ and they showed up.. how do i add the tag.. and what is it?

    and thanks so much guys. :D
     
  5. Antennipasi

    Antennipasi Member

    you could add this line on hourly-rates.html-file:

    Code:
    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
    this charset seemed right for this file. you could but it right under the other meta-tag there seems to be. More information about charsets is there:
    http://www.w3.org/International/O-charset

    and no problem, i am glad if this helped you at all :)
     

Share This Page