Results 1 to 2 of 2

Thread: <META HTTP-EQUIV="CONTENT-SCRIPT-TYPE"?????

  1. #1
    Join Date
    Nov 2006
    Posts
    16

    <META HTTP-EQUIV="CONTENT-SCRIPT-TYPE"?????

    I used HTML checker tool( japanese), and it shows over 131 error ion html code.

    1, when you use <script>, please insert <META HTTP-EQUIV="CONTENT-SCRIPT-TYPE" CONTENT=".........."> between <HEAD>~</HEAD>

    2, When you use onload tag, please insert <META HTTP-EQUIV="CONTENT-SCRIPT-TYPE" CONTENT="..........."> between <HEAD>~</HEAD>

    But I don't know what kind of code should I put in "............."

    Please let me know the proper tag for me!! Thank you

    My website is http://www.coffeerosexpress.com

  2. #2
    Join Date
    Feb 2006
    Location
    Salisbury UK
    Posts
    4,332
    Try the following:-
    <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>

    which is the character set we use in the West; it will be different for Japanese characters.

    The above code is for use with XHTML Doctypes. With HTML Doctypes it will be:-
    <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> without the closing /

    You ought to use a Doctype.
    http://www.w3.org/QA/2002/04/valid-dtd-list.html
    http://www.wickham43.supanet.com/tut...raladvice.html
    Code downloaded to my PC will be deleted in due course.
    WIN7; IE9, Firefox, Opera, Chrome and Safari for Windows; screen resolution usually 1366*768.
    Also IE6 on W98 with 800*600 and IE8 on Vista 1440*900.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •