D
David Dorward
Still, with OE7?
There's an Outlook Express 7?
Seriously: http://blogs.msdn.com/ie/archive/2005/09/15/467901.aspx
Still, with OE7?
David said:
I got 11 errors with the 4.01 Transitional, but 28 errors with 3.2
Final. It seems better to put the 4.01 Transitional there for the
moment. Thanks a lot for your help and encouraging comments.
"Jonathan N. Little said:No, use 4.01 Strict. Fix the errors don't down grade the doctype.
David said:There's an Outlook Express 7?
Oops.
Seriously: http://blogs.msdn.com/ie/archive/2005/09/15/467901.aspx
For now, you could put in a line between <head> and </head> that
reads
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
or
<meta http-equiv="Content-Type" content="text/html;
charset=UTF-8">
"fuli open said:I will add either of the above two in the head area. But as there are
Chinese symbols in some of the pages, I also need to place following
meta declaration in the head:
<meta http-equiv="content-type" content="text/html; charset="gb2312"/>
Does this line conflict with either the 8859-1 or UTF-8 line? In
other words, can I put two charsets in the head area?
Thanks a million again for help.
fuli
I will add either of the above two in the head area.
But as there are
Chinese symbols in some of the pages, I also need to place following
meta declaration in the head:
<meta http-equiv="content-type" content="text/html; charset="gb2312"/>
Does this line conflict with either the 8859-1 or UTF-8 line?
Don't use /> at the end of your tags for non XHTML doctypes. And
look carefully at the placement of quotation marks in the
examples I gave.
As for more than one charset meta, I doubt it, I would say that
the last one written will be the one that counts. You might need
a single character set of a more inclusive kind. For information
about this, I am afraid you will have to wait till Mr Jukka
Korpela wakes up in Iceland. It is freezing there and he is
asleep and warm and it will be Sunday... he will know, in fact,
he is possibly the only person in the world to really know about
this.
What happens when you just put in one of the ones I suggested?
"fuli open said:I've put the html 4.01 strict declaration in many pages of the web
site, and run the html validator some of them. For instance, I got 14
errors for www.pinyinology.com, but was not able to see anything wrong
with those errors. For instance:
Error Line 403 column 6: end tag for "BODY" which is not finished.
</body>
It says the tag </body> is an error. It does not make sense to me.
The open tag <body> is there. And I have to close it with </body>. I
am still trying to figure out why the tag is an error, and how to
correct it.
I am still learning. Enlightenment is greatly appreciated.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.