1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

Resolved How do I change web page encoding default?

Discussion in 'General Internet' started by fourdoor2041, 2010/06/28.

  1. 2010/06/28
    fourdoor2041

    fourdoor2041 Well-Known Member Thread Starter

    Joined:
    2008/04/10
    Messages:
    55
    Likes Received:
    0
    I have IE8 and create a web page that I post on my IP's designated web space. My pages are being saved in a Unicode (UTF-8) defaulted encoding. I need it to save in Western European ISO. When viewing pages online, I have to reset the encoding for every page for it to display properly. I have tried using a "validate html" website and get the results that "one or more of the bytes cannot interpret as UTF-8." Obviously, I am displaying in Unicode. How can I change the default?
     
  2. 2010/06/28
    TonyT

    TonyT SuperGeek Staff

    Joined:
    2002/01/18
    Messages:
    9,072
    Likes Received:
    400
    What are you using to create the html file?

    A standard html doc must contain a doctype and character encoding meta tag. Example:

    Code:
    <!DOCTYPE HTML PUBLIC  "-//W3C//DTD HTML 4.01 Transitional//EN ">
    <meta http-equiv= "content-type" content= "text/html; charset=iso-8859-1 ">
     

  3. to hide this advert.

  4. 2010/06/28
    fourdoor2041

    fourdoor2041 Well-Known Member Thread Starter

    Joined:
    2008/04/10
    Messages:
    55
    Likes Received:
    0
    I am not much of an html user. I use a template for my web pages and edit in MS Word 07. I then use the FTP tool to upload to my IP's web space I have reserved. I have opened the developer tools, would I edit the html there? Would you be able to direct me to the line I would add or edit using the code you provided above? Or, I could be over my head. If it's a simple fix, would you be willing to advise? No simple fixes, right?
     
  5. 2010/06/30
    TonyT

    TonyT SuperGeek Staff

    Joined:
    2002/01/18
    Messages:
    9,072
    Likes Received:
    400
    Your problem is caused by Word. Word is not an HTML editor, though it's capable of producing Web pages. If you don't know HTML coding then I suggest you use a real Web editor. There are many good free ones.

    A few pointers:

    1. Don't use Office fonts. Use only Web safe fonts. There are fonts that can be rendered by most all browsers.

    2. Open your HTML file in Notepad and edit the HTML.
     
  6. 2010/06/30
    fourdoor2041

    fourdoor2041 Well-Known Member Thread Starter

    Joined:
    2008/04/10
    Messages:
    55
    Likes Received:
    0
    I can see what is the problem. I'll work on this personal webpage using your recommendations. Thank you for your suggestions. I am going to give it a good try.

    fourdoor2041
     
  7. 2010/07/01
    TonyT

    TonyT SuperGeek Staff

    Joined:
    2002/01/18
    Messages:
    9,072
    Likes Received:
    400
  8. 2010/07/03
    fourdoor2041

    fourdoor2041 Well-Known Member Thread Starter

    Joined:
    2008/04/10
    Messages:
    55
    Likes Received:
    0
    Thanks again, TonyT -- with your good advice and helpful links, you've put me on a good path to learn how to create a better web page. fourdoor2041 (Bob).
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.