 |
HTML Help Please Search for the answer to your question before asking it! Thanks.
|
| View previous topic :: View next topic |
| Author |
Message |
Dpledwards
Joined: 02 May 2008
Posts: 19
Location: Toronto, Canada
|
| Posted: Thu May 07, 2009 6:45 pm Canadian Short Stories and Poetry |
|
|
A website featuring Canadian Short Stories and Poetry. Also yours truly Devin Edwards, ME!.
www.freshwaterwriting.com |
|
|
tryingxhtml
Joined: 13 May 2009
Posts: 7
|
| Posted: Wed May 13, 2009 2:35 pm |
|
|
It looks interesting but
http://www.freshwaterwriting.com/exercise1.html
is so slow why?
None of the standards sources gave any information on the character encoding labeling for this document. Without encoding information it is impossible to reliably validate the document. As a fallback solution, the "windows-1252" encoding was used to read the content and attempt to perform the validation, but this is likely to fail for all non-trivial documents.
Before defaulting to windows-1252 the validator also tried to read the content with the following encoding(s), without success: UTF-8.
Maybe you are still working on it? |
|
|
Dpledwards
Joined: 02 May 2008
Posts: 19
Location: Toronto, Canada
|
| Posted: Sat May 23, 2009 10:52 pm huh...wha? |
|
|
| I have no idea what you're talking about |
|
|
sticks464
Joined: 31 Dec 2006
Posts: 2625
|
| Posted: Sun May 24, 2009 6:21 am |
|
|
What he is talking about is the lack of a complete doctype declaration and no reference to a character set both of which all modern browsers need to parse the document correctly.
example:
Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
|
|
| |
|
|
|
Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group
|