[WSG] produce page vallidation

2010-01-20 Thread Marvin Hunkin
hi.
got errors again.
sorry for bothering you guys.
but this is stupid.
not sure why it is not liking some of my tags.
maybe getting mixed up with html and xhmtl.
help me out if possible.
marvin.

 Markup Validation Service
Check the markup (HTML, XHTML, .) of Web documents

Jump To:Validation Output
Errors found while checking this document as XHTML 1.0 Transitional!
Result: 5 Errors
File:
Use the file selection box above if you wish to re-validate the uploaded 
file 
C:\Docs\Tafe\CertificateFourWebsites\CertFour\PrinciplesOfVisualDesign\PrinciplesOfVisualDesign\html\produce.html

Encoding: iso-8859-1  (detect automatically) utf-8 (Unicode, worldwide) 
utf-16 (Unicode, worldwide) iso-8859-1 (Western Europe) iso-8859-2 (Central 
Europe) iso-8859-3 (Southern Europe) iso-8859-4 (North European) iso-8859-5 
(Cyrillic) iso-8859-6-i (Arabic) iso-8859-7 (Greek) iso-8859-8 (Hebrew, 
visual) iso-8859-8-i (Hebrew, logical) iso-8859-9 (Turkish) iso-8859-10 
(Latin 6) iso-8859-11 (Latin/Thai) iso-8859-13 (Latin 7, Baltic Rim) 
iso-8859-14 (Latin 8, Celtic) iso-8859-15 (Latin 9) iso-8859-16 (Latin 10) 
us-ascii (basic English) euc-jp (Japanese, Unix) shift_jis (Japanese, 
Win/Mac) iso-2022-jp (Japanese, email) euc-kr (Korean) gb2312 (Chinese, 
simplified) gb18030 (Chinese, simplified) big5 (Chinese, traditional) 
Big5-HKSCS (Chinese, Hong Kong) tis-620 (Thai) koi8-r (Russian) koi8-u 
(Ukrainian) iso-ir-111 (Cyrillic KOI-8) macintosh (MacRoman) windows-1250 
(Central Europe) windows-1251 (Cyrillic) windows-1252 (Western Europe) 
windows-1253 (Greek) windows-1254 (Turkish) windows-1255 (Hebrew) 
windows-1256 (Arabic) windows-1257 (Baltic Rim)
Doctype: XHTML 1.0 Transitional  (detect automatically) HTML5 (experimental) 
XHTML 1.0 Strict XHTML 1.0 Transitional XHTML 1.0 Frameset HTML 4.01 Strict 
HTML 4.01 Transitional HTML 4.01 Frameset HTML 3.2 HTML 2.0 ISO/IEC 
15445:2000 (ISO HTML) XHTML 1.1 XHTML + RDFa XHTML Basic 1.0 XHTML Basic 
1.1 XHTML Mobile Profile 1.2 XHTML-Print 1.0 XHTML 1.1 plus MathML 2.0 XHTML 
1.1 plus MathML 2.0 plus SVG 1.1 MathML 2.0 SVG 1.0 SVG 1.1 SVG 1.1 Tiny SVG 
1.1 Basic SMIL 1.0 SMIL 2.0
Root Element: html
Root Namespace: http://www.w3.org/1999/xhtml

The W3C validators are hosted on server technology donated by HP, and 
supported by community donations.
Donate and help us build better tools for a better web.OptionsShow Source 
Show Outline List Messages Sequentially Group Error Messages by Type
Validate error pages Verbose Output Clean up Markup with HTML Tidy

Help on the options is available.

? Top

Validation Output: 5 Errors
 Line 9, Column 3: document type does not allow element p here; assuming 
missing body start-tag
p a name=Top/a /p?
 Line 10, Column 6: document type does not allow element body here
body?
The element named above was found in a context where it is not allowed. This 
could mean that you have incorrectly nested elements -- such as a style 
element in the body section instead of inside head -- or two elements 
that overlap (which is not allowed).

One common cause for this error is the use of XHTML syntax in HTML 
documents. Due to HTML's rules of implicitly closed elements, this error can 
create cascading effects. For instance, using XHTML's self-closing tags 
for meta and link in the head section of a HTML document may cause the 
parser to infer the end of the head section and the beginning of the 
body section (where link and meta are not allowed; hence the reported 
error).
 Line 32, Column 6: document type does not allow element br here; assuming 
missing li start-tag
br /?
 Line 34, Column 5: end tag for li omitted, but OMITTAG NO was specified
/ul?
You may have neglected to close an element, or perhaps you meant to 
self-close an element, that is, ending it with / instead of .
 Line 32: start tag was here
br / Line 164, Column 8: end tag for body omitted, but OMITTAG NO was 
specified
 /html?
You may have neglected to close an element, or perhaps you meant to 
self-close an element, that is, ending it with / instead of .
 Line 9: start tag was here
p a name=Top/a /p? Top

Home | About... | News | Docs | Help  FAQ | Feedback | Contribute |


This service runs the W3C Markup Validator, v0.8.5.

Copyright © 1994-2009 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C 
liability, trademark, document use and software licensing rules apply. Your 
interactions with this site are in accordance with our public and Member 
privacy statements.


!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;
html xmlns=http://www.w3.org/1999/xhtml;
head
 meta http-equiv=content-type content=text/html; charset=ISO-8859-1 /
titleJoe's Produce Page/title
link href=../styles/joe_style.css rel=stylesheet type=text/css /
/head
p a name=Top/a/p
body
div id=wrapper
div id=banner_new
h1Joe's Produce Page/h1
br /
br /
img src=../images/fruit.jpg alt=Fruit /
/div
div id=navigation
br /
br /
ul
lia href=index.htmlHome/a/li
lia 

Re: [WSG] produce page vallidation

2010-01-20 Thread Chris F.A. Johnson
On Wed, 20 Jan 2010, Marvin Hunkin wrote:
 hi.
 got errors again.
 sorry for bothering you guys.
 but this is stupid.
 not sure why it is not liking some of my tags.
 maybe getting mixed up with html and xhmtl.

   I think someone has already mentioned these problems:

 You have a p before the body tag.

 You have two br / tags where they don't belong. (You should
 remove all such cases and use CSS to get extra space.)


-- 
   Chris F.A. Johnson  http://cfajohnson.com
   ===
   Author:
   Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)
   Pro Bash Programming: Scripting the GNU/Linux Shell (2009, Apress)


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



[WSG] recipes vallidation

2010-01-20 Thread Marvin Hunkin
hi.
here's my recepie page.
marvin.

 Markup Validation Service
Check the markup (HTML, XHTML, .) of Web documents

Jump To:Validation Output
Errors found while checking this document as XHTML 1.0 Transitional!
Result: 28 Errors
File:
Use the file selection box above if you wish to re-validate the uploaded 
file 
C:\Docs\Tafe\CertificateFourWebsites\CertFour\PrinciplesOfVisualDesign\PrinciplesOfVisualDesign\html\recipes.html

Encoding: iso-8859-1  (detect automatically) utf-8 (Unicode, worldwide) 
utf-16 (Unicode, worldwide) iso-8859-1 (Western Europe) iso-8859-2 (Central 
Europe) iso-8859-3 (Southern Europe) iso-8859-4 (North European) iso-8859-5 
(Cyrillic) iso-8859-6-i (Arabic) iso-8859-7 (Greek) iso-8859-8 (Hebrew, 
visual) iso-8859-8-i (Hebrew, logical) iso-8859-9 (Turkish) iso-8859-10 
(Latin 6) iso-8859-11 (Latin/Thai) iso-8859-13 (Latin 7, Baltic Rim) 
iso-8859-14 (Latin 8, Celtic) iso-8859-15 (Latin 9) iso-8859-16 (Latin 10) 
us-ascii (basic English) euc-jp (Japanese, Unix) shift_jis (Japanese, 
Win/Mac) iso-2022-jp (Japanese, email) euc-kr (Korean) gb2312 (Chinese, 
simplified) gb18030 (Chinese, simplified) big5 (Chinese, traditional) 
Big5-HKSCS (Chinese, Hong Kong) tis-620 (Thai) koi8-r (Russian) koi8-u 
(Ukrainian) iso-ir-111 (Cyrillic KOI-8) macintosh (MacRoman) windows-1250 
(Central Europe) windows-1251 (Cyrillic) windows-1252 (Western Europe) 
windows-1253 (Greek) windows-1254 (Turkish) windows-1255 (Hebrew) 
windows-1256 (Arabic) windows-1257 (Baltic Rim)
Doctype: XHTML 1.0 Transitional  (detect automatically) HTML5 (experimental) 
XHTML 1.0 Strict XHTML 1.0 Transitional XHTML 1.0 Frameset HTML 4.01 Strict 
HTML 4.01 Transitional HTML 4.01 Frameset HTML 3.2 HTML 2.0 ISO/IEC 
15445:2000 (ISO HTML) XHTML 1.1 XHTML + RDFa XHTML Basic 1.0 XHTML Basic 
1.1 XHTML Mobile Profile 1.2 XHTML-Print 1.0 XHTML 1.1 plus MathML 2.0 XHTML 
1.1 plus MathML 2.0 plus SVG 1.1 MathML 2.0 SVG 1.0 SVG 1.1 SVG 1.1 Tiny SVG 
1.1 Basic SMIL 1.0 SMIL 2.0
Root Element: html
Root Namespace: http://www.w3.org/1999/xhtml

The W3C CSS validator is developed with assistance from the Mozilla 
Foundation, and supported by community donations.
Donate and help us build better tools for a better web.OptionsShow Source 
Show Outline List Messages Sequentially Group Error Messages by Type
Validate error pages Verbose Output Clean up Markup with HTML Tidy

Help on the options is available.

? Top

Validation Output: 28 Errors
 Line 32, Column 6: document type does not allow element br here; assuming 
missing li start-tag
br /?
 Line 34, Column 5: end tag for li omitted, but OMITTAG NO was specified
/ul?
You may have neglected to close an element, or perhaps you meant to 
self-close an element, that is, ending it with / instead of .
 Line 32: start tag was here
br / Line 65, Column 6: document type does not allow element br here; 
assuming missing li start-tag
br /?
 Line 67, Column 5: end tag for li omitted, but OMITTAG NO was specified
/ul?
You may have neglected to close an element, or perhaps you meant to 
self-close an element, that is, ending it with / instead of .
 Line 65: start tag was here
br / Line 79, Column 6: document type does not allow element br here; 
assuming missing li start-tag
br /?
 Line 81, Column 5: end tag for li omitted, but OMITTAG NO was specified
/ol?
You may have neglected to close an element, or perhaps you meant to 
self-close an element, that is, ending it with / instead of .
 Line 79: start tag was here
br / Line 103, Column 6: document type does not allow element br here; 
assuming missing li start-tag
br /?
 Line 105, Column 5: end tag for li omitted, but OMITTAG NO was specified
/ul?
You may have neglected to close an element, or perhaps you meant to 
self-close an element, that is, ending it with / instead of .
 Line 103: start tag was here
br / Line 117, Column 6: document type does not allow element br here; 
assuming missing li start-tag
br /?
 Line 119, Column 5: end tag for li omitted, but OMITTAG NO was specified
/ol?
You may have neglected to close an element, or perhaps you meant to 
self-close an element, that is, ending it with / instead of .
 Line 117: start tag was here
br / Line 146, Column 6: document type does not allow element br here; 
assuming missing li start-tag
br /?
 Line 148, Column 8: end tag for li omitted, but OMITTAG NO was specified
   /ul?
You may have neglected to close an element, or perhaps you meant to 
self-close an element, that is, ending it with / instead of .
 Line 146: start tag was here
br / Line 162, Column 6: document type does not allow element br here; 
assuming missing li start-tag
br /?
 Line 164, Column 11: end tag for li omitted, but OMITTAG NO was specified
  /ol?
You may have neglected to close an element, or perhaps you meant to 
self-close an element, that is, ending it with / instead of .
 Line 162: start tag was here
br / Line 185, Column 6: document type does not allow element br here; 
assuming missing li start-tag
br /?
 Line 187, 

[WSG] staff page vallidation

2010-01-20 Thread Marvin Hunkin
hi.
can you help me out.
sorry for this.
marvin.

 Markup Validation Service
Check the markup (HTML, XHTML, .) of Web documents

Jump To:Validation Output
Errors found while checking this document as XHTML 1.0 Transitional!
Result: 2 Errors
File:
Use the file selection box above if you wish to re-validate the uploaded 
file 
C:\Docs\Tafe\CertificateFourWebsites\CertFour\PrinciplesOfVisualDesign\PrinciplesOfVisualDesign\html\staff.html

Encoding: iso-8859-1  (detect automatically) utf-8 (Unicode, worldwide) 
utf-16 (Unicode, worldwide) iso-8859-1 (Western Europe) iso-8859-2 (Central 
Europe) iso-8859-3 (Southern Europe) iso-8859-4 (North European) iso-8859-5 
(Cyrillic) iso-8859-6-i (Arabic) iso-8859-7 (Greek) iso-8859-8 (Hebrew, 
visual) iso-8859-8-i (Hebrew, logical) iso-8859-9 (Turkish) iso-8859-10 
(Latin 6) iso-8859-11 (Latin/Thai) iso-8859-13 (Latin 7, Baltic Rim) 
iso-8859-14 (Latin 8, Celtic) iso-8859-15 (Latin 9) iso-8859-16 (Latin 10) 
us-ascii (basic English) euc-jp (Japanese, Unix) shift_jis (Japanese, 
Win/Mac) iso-2022-jp (Japanese, email) euc-kr (Korean) gb2312 (Chinese, 
simplified) gb18030 (Chinese, simplified) big5 (Chinese, traditional) 
Big5-HKSCS (Chinese, Hong Kong) tis-620 (Thai) koi8-r (Russian) koi8-u 
(Ukrainian) iso-ir-111 (Cyrillic KOI-8) macintosh (MacRoman) windows-1250 
(Central Europe) windows-1251 (Cyrillic) windows-1252 (Western Europe) 
windows-1253 (Greek) windows-1254 (Turkish) windows-1255 (Hebrew) 
windows-1256 (Arabic) windows-1257 (Baltic Rim)
Doctype: XHTML 1.0 Transitional  (detect automatically) HTML5 (experimental) 
XHTML 1.0 Strict XHTML 1.0 Transitional XHTML 1.0 Frameset HTML 4.01 Strict 
HTML 4.01 Transitional HTML 4.01 Frameset HTML 3.2 HTML 2.0 ISO/IEC 
15445:2000 (ISO HTML) XHTML 1.1 XHTML + RDFa XHTML Basic 1.0 XHTML Basic 
1.1 XHTML Mobile Profile 1.2 XHTML-Print 1.0 XHTML 1.1 plus MathML 2.0 XHTML 
1.1 plus MathML 2.0 plus SVG 1.1 MathML 2.0 SVG 1.0 SVG 1.1 SVG 1.1 Tiny SVG 
1.1 Basic SMIL 1.0 SMIL 2.0
Root Element: html
Root Namespace: http://www.w3.org/1999/xhtml

The W3C CSS validator is developed with assistance from the Mozilla 
Foundation, and supported by community donations.
Donate and help us build better tools for a better web.OptionsShow Source 
Show Outline List Messages Sequentially Group Error Messages by Type
Validate error pages Verbose Output Clean up Markup with HTML Tidy

Help on the options is available.

? Top

Validation Output: 2 Errors
 Line 32, Column 6: document type does not allow element br here; assuming 
missing li start-tag
br /?
 Line 34, Column 5: end tag for li omitted, but OMITTAG NO was specified
/ul?
You may have neglected to close an element, or perhaps you meant to 
self-close an element, that is, ending it with / instead of .
 Line 32: start tag was here
br /? Top

Home | About... | News | Docs | Help  FAQ | Feedback | Contribute |


This service runs the W3C Markup Validator, v0.8.5.

Copyright © 1994-2009 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C 
liability, trademark, document use and software licensing rules apply. Your 
interactions with this site are in accordance with our public and Member 
privacy statements.


!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;
html xmlns=http://www.w3.org/1999/xhtml;
head
 meta http-equiv=content-type content=text/html; charset=ISO-8859-1 /
titleJoe's Staff Page/title
link href=../styles/joe_style.css rel=stylesheet type=text/css /
/head
body
a name = Top/a
div id=wrapper
div id=banner_new
h1Joe's Staff Page/h1
br /
br /
img src=../images/fruit.jpg alt=Fruit /
/div
div id=navigation
br /
br /
ul
lia href=index.htmlHome/a/li
lia href=produce.htmlAll Produce/a/li
lia href=recipes.htmlRecipes/a/li
lia href=staff.htmlStaff/a/li
lia href=history.htmlHistory/a/li
lia href=search.htmlSearch/a/li
lia href=links.htmlFruit And Vegetable Links/a/li
lia href=vegetable.htmlFruit And Vegetable Recipes/a/li
lia href=copyright.htmlCopyright/a/li
lia href=credits.htmlCredits/a/li
br /
br /
/ul
/div
div id=main_content
pWelcome to Joe's Staff Page. On this page, you will be able to read about 
the family business, and the employees who work for Joe Basher./p
p a name=Marvin /a /p
h2Marvin Hunkin/h2
p img src=../images/banana.jpg alt=Banana Logo  class=left //p
 p Marvin Hunkin has been working for Joe for five years. He works as the 
main information technology consultant.  His role is to make sure that all 
computers, and the network, is working at a maximum efficiency for this 
business. Marvin was working for Internode INC, for twelve months, before 
joining Joe, at his current position   as Senior Information Technology 
Manager. Joe has treated Marvin as a family member, and working closely with 
Joe, when related to computer issues in this business. Marvin has earned a 
Bachelor Of Computer Science degree from Flinders University in 2000./p
p a href=#Marvin target=_topTop Of Page/a /p
hr class=clear /
p a 

Re: [WSG] search page vallidation

2010-01-20 Thread Brad Kellett
You have the same problems on every page, please read the responses you're
getting before posting more of the same. And please, post links to your
pages for people to see, don't paste your complete code and the validation
results.

On 20 Jan 2010 19:52, Marvin Hunkin startrekc...@gmail.com wrote:

hi.
can you help.
marvin.

 Markup Validation Service
Check the markup (HTML, XHTML, .) of Web documents

Jump To:Validation Output
Errors found while checking this document as XHTML 1.0 Transitional!
Result: 4 Errors
File:
Use the file selection box above if you wish to re-validate the uploaded
file
C:\Docs\Tafe\CertificateFourWebsites\CertFour\PrinciplesOfVisualDesign\PrinciplesOfVisualDesign\html\search.html

Encoding: iso-8859-1  (detect automatically) utf-8 (Unicode, worldwide)
utf-16 (Unicode, worldwide) iso-8859-1 (Western Europe) iso-8859-2 (Central
Europe) iso-8859-3 (Southern Europe) iso-8859-4 (North European) iso-8859-5
(Cyrillic) iso-8859-6-i (Arabic) iso-8859-7 (Greek) iso-8859-8 (Hebrew,
visual) iso-8859-8-i (Hebrew, logical) iso-8859-9 (Turkish) iso-8859-10
(Latin 6) iso-8859-11 (Latin/Thai) iso-8859-13 (Latin 7, Baltic Rim)
iso-8859-14 (Latin 8, Celtic) iso-8859-15 (Latin 9) iso-8859-16 (Latin 10)
us-ascii (basic English) euc-jp (Japanese, Unix) shift_jis (Japanese,
Win/Mac) iso-2022-jp (Japanese, email) euc-kr (Korean) gb2312 (Chinese,
simplified) gb18030 (Chinese, simplified) big5 (Chinese, traditional)
Big5-HKSCS (Chinese, Hong Kong) tis-620 (Thai) koi8-r (Russian) koi8-u
(Ukrainian) iso-ir-111 (Cyrillic KOI-8) macintosh (MacRoman) windows-1250
(Central Europe) windows-1251 (Cyrillic) windows-1252 (Western Europe)
windows-1253 (Greek) windows-1254 (Turkish) windows-1255 (Hebrew)
windows-1256 (Arabic) windows-1257 (Baltic Rim)
Doctype: XHTML 1.0 Transitional  (detect automatically) HTML5 (experimental)
XHTML 1.0 Strict XHTML 1.0 Transitional XHTML 1.0 Frameset HTML 4.01 Strict
HTML 4.01 Transitional HTML 4.01 Frameset HTML 3.2 HTML 2.0 ISO/IEC
15445:2000 (ISO HTML) XHTML 1.1 XHTML + RDFa XHTML Basic 1.0 XHTML Basic
1.1 XHTML Mobile Profile 1.2 XHTML-Print 1.0 XHTML 1.1 plus MathML 2.0 XHTML
1.1 plus MathML 2.0 plus SVG 1.1 MathML 2.0 SVG 1.0 SVG 1.1 SVG 1.1 Tiny SVG
1.1 Basic SMIL 1.0 SMIL 2.0
Root Element: html
Root Namespace: http://www.w3.org/1999/xhtml

The W3C validators are hosted on server technology donated by HP, and
supported by community donations.
Donate and help us build better tools for a better web.OptionsShow Source
Show Outline List Messages Sequentially Group Error Messages by Type
Validate error pages Verbose Output Clean up Markup with HTML Tidy

Help on the options is available.

? Top

Validation Output: 4 Errors
 Line 32, Column 6: document type does not allow element br here; assuming
missing li start-tag
br /?
 Line 34, Column 5: end tag for li omitted, but OMITTAG NO was specified
/ul?
You may have neglected to close an element, or perhaps you meant to
self-close an element, that is, ending it with / instead of .
 Line 32: start tag was here
br / Line 55, Column 6: document type does not allow element br here;
assuming missing li start-tag
br /?
 Line 57, Column 5: end tag for li omitted, but OMITTAG NO was specified
/ul?
You may have neglected to close an element, or perhaps you meant to
self-close an element, that is, ending it with / instead of .
 Line 55: start tag was here
br /? Top

Home | About... | News | Docs | Help  FAQ | Feedback | Contribute |


This service runs the W3C Markup Validator, v0.8.5.

Copyright © 1994-2009 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
liability, trademark, document use and software licensing rules apply. Your
interactions with this site are in accordance with our public and Member
privacy statements.


!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;
html xmlns=http://www.w3.org/1999/xhtml;
head
 meta http-equiv=content-type content=text/html; charset=ISO-8859-1 /
titleJoe's Search Page/title
link href=../styles/joe_style.css rel=stylesheet type=text/css /
/head
body
a name = Top /a
div id=wrapper
div id=banner_new
h1Joe's Search Page/h1
br /
br /
img src=../images/fruit.jpg alt=Fruit /
/div
div id=navigation
br /
br /
ul
lia href=index.htmlHome/a/li
lia href=produce.htmlAll Produce/a/li
lia href=recipes.htmlRecipes/a/li
lia href=staff.htmlStaff/a/li
lia href=history.htmlHistory/a/li
lia href=search.htmlSearch/a/li
lia href=links.htmlFruit And Vegetable Links/a/li
lia href=vegetable.htmlFruit And Vegetable Recipes/a/li
lia href=copyright.htmlCopyright/a/li
lia href=credits.htmlCredits/a/li
br /
br /
/ul
/div
br /
div id=main_content
pClick on the links below to find produce on Joe's Produce Page./p
br /
br /
ul
li a href=produce.html#a target=_topA/a /li
li a href=produce.html#B target=_topB/a /li
li a href=produce.html#C target=_topC/a /li
li a href=produce.html#G target=_topG/a /li
li a href=produce.html#K target=_topK/a /li
li a href=produce.html#L 

[WSG] vegetable page vallidation

2010-01-20 Thread Marvin Hunkin
hi.
last page for this site.
still getting errors.
am i stupid or some thin.
marvin.

 Markup Validation Service
Check the markup (HTML, XHTML, .) of Web documents

Jump To:Validation Output
Errors found while checking this document as XHTML 1.0 Transitional!
Result: 4 Errors
File:
Use the file selection box above if you wish to re-validate the uploaded 
file 
C:\Docs\Tafe\CertificateFourWebsites\CertFour\PrinciplesOfVisualDesign\PrinciplesOfVisualDesign\html\vegetable.html

Encoding: iso-8859-1  (detect automatically) utf-8 (Unicode, worldwide) 
utf-16 (Unicode, worldwide) iso-8859-1 (Western Europe) iso-8859-2 (Central 
Europe) iso-8859-3 (Southern Europe) iso-8859-4 (North European) iso-8859-5 
(Cyrillic) iso-8859-6-i (Arabic) iso-8859-7 (Greek) iso-8859-8 (Hebrew, 
visual) iso-8859-8-i (Hebrew, logical) iso-8859-9 (Turkish) iso-8859-10 
(Latin 6) iso-8859-11 (Latin/Thai) iso-8859-13 (Latin 7, Baltic Rim) 
iso-8859-14 (Latin 8, Celtic) iso-8859-15 (Latin 9) iso-8859-16 (Latin 10) 
us-ascii (basic English) euc-jp (Japanese, Unix) shift_jis (Japanese, 
Win/Mac) iso-2022-jp (Japanese, email) euc-kr (Korean) gb2312 (Chinese, 
simplified) gb18030 (Chinese, simplified) big5 (Chinese, traditional) 
Big5-HKSCS (Chinese, Hong Kong) tis-620 (Thai) koi8-r (Russian) koi8-u 
(Ukrainian) iso-ir-111 (Cyrillic KOI-8) macintosh (MacRoman) windows-1250 
(Central Europe) windows-1251 (Cyrillic) windows-1252 (Western Europe) 
windows-1253 (Greek) windows-1254 (Turkish) windows-1255 (Hebrew) 
windows-1256 (Arabic) windows-1257 (Baltic Rim)
Doctype: XHTML 1.0 Transitional  (detect automatically) HTML5 (experimental) 
XHTML 1.0 Strict XHTML 1.0 Transitional XHTML 1.0 Frameset HTML 4.01 Strict 
HTML 4.01 Transitional HTML 4.01 Frameset HTML 3.2 HTML 2.0 ISO/IEC 
15445:2000 (ISO HTML) XHTML 1.1 XHTML + RDFa XHTML Basic 1.0 XHTML Basic 
1.1 XHTML Mobile Profile 1.2 XHTML-Print 1.0 XHTML 1.1 plus MathML 2.0 XHTML 
1.1 plus MathML 2.0 plus SVG 1.1 MathML 2.0 SVG 1.0 SVG 1.1 SVG 1.1 Tiny SVG 
1.1 Basic SMIL 1.0 SMIL 2.0
Root Element: html
Root Namespace: http://www.w3.org/1999/xhtml

The W3C validators rely on community support for hosting and development.
Donate and help us build better tools for a better web.
OptionsShow Source Show Outline List Messages Sequentially Group Error 
Messages by Type
Validate error pages Verbose Output Clean up Markup with HTML Tidy

Help on the options is available.

? Top

Validation Output: 4 Errors
 Line 32, Column 6: document type does not allow element br here; assuming 
missing li start-tag
br /?
 Line 34, Column 5: end tag for li omitted, but OMITTAG NO was specified
/ul?
You may have neglected to close an element, or perhaps you meant to 
self-close an element, that is, ending it with / instead of .
 Line 32: start tag was here
br / Line 47, Column 6: document type does not allow element br here; 
assuming missing li start-tag
br /?
 Line 49, Column 5: end tag for li omitted, but OMITTAG NO was specified
/ul?
You may have neglected to close an element, or perhaps you meant to 
self-close an element, that is, ending it with / instead of .
 Line 47: start tag was here
br /? Top

Home | About... | News | Docs | Help  FAQ | Feedback | Contribute |


This service runs the W3C Markup Validator, v0.8.5.

Copyright © 1994-2009 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C 
liability, trademark, document use and software licensing rules apply. Your 
interactions with this site are in accordance with our public and Member 
privacy statements.


!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;
html xmlns=http://www.w3.org/1999/xhtml;
head
 meta http-equiv=content-type content=text/html; charset=ISO-8859-1 /
titleJoe's Vegetable Recipes Links Page/title
link href=../styles/joe_style.css rel=stylesheet type=text/css /
/head
body
a name=Top/a
div id=wrapper
div id=banner_new
h1Joe's Vegetable Recipes Links Page/h1
br /
br /
img src=../images/fruit.jpg alt=Fruit /
/div
div id=navigation
br /
br /
ul
lia href=index.htmlHome/a/li
lia href=produce.htmlAll Produce/a/li
lia href=recipes.htmlRecipes/a/li
lia href=staff.htmlStaff/a/li
lia href=history.htmlHistory/a/li
lia href=search.htmlSearch/a/li
lia href=links.htmlFruit And Vegetable Links/a/li
lia href=vegetable.htmlFruit And Vegetable Recipes/a/li
lia href=copyright.htmlCopyright/a/li
lia href=credits.htmlCredits/a/li
br /
br /
/ul
/div
div id=main_content
pClick on the links below to find other vegetable Recipe websites./p
br /
br /
ul
li a 
href=http://www.exclusivelyfood.com.au/2006/06/roast-vegetable-lasagne-recipe.html;
 
target=_blankExclusively Food: Roast Vegetable Lasagne Recipe/a /li
li a 
href=http://www.campbellsoup.com/select.aspx/product_popup.aspx?brand=...ebeefamp;prd_product_id=2376;
 
target=_blankCampbell's Welcome - Campbell's Select/a /li
li a 
href=http://education.qld.gov.au/schools/healthy/active-ate/links/nutritionsites.html;
 
target=_blankNutrition web 

Re: [WSG] produce page vallidation

2010-01-20 Thread tee
 
   I think someone has already mentioned these problems:
 
 You have a p before the body tag.
 

And that is in line #9 to be precise. You should move it After the body tag, 
say, place it at line #11. 


 You have two bra / tags where they don't belong. (You should
 Remove all such cases and use CSS to get extra space.)

The two extra breaks are in line #32 and #32, they are inside the UL from 
Navigation. You cannot use break or other tags in a UL; you can use break and 
other tags inside the UL only if  they are placed inside the LI tag.



tee

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



[WSG] css vallidation

2010-01-20 Thread Marvin Hunkin
hi.
how to fix this.
will paste my errors and the css.
and what colours to put in for names.
cheers Marvin.

 The W3C CSS Validation Service
W3C CSS Validator results for 
C:\Docs\Tafe\CertificateFourWebsites\CertFour\PrinciplesOfVisualDesign\PrinciplesOfVisualDesign\styles\joe_style.css
 
(CSS level 2.1)

Jump to:Errors (2)Validated CSS
W3C CSS Validator results for 
C:\Docs\Tafe\CertificateFourWebsites\CertFour\PrinciplesOfVisualDesign\PrinciplesOfVisualDesign\styles\joe_style.css
 
(CSS level 2.1)
Sorry! We found the following errors (2)
URI : 
C:\Docs\Tafe\CertificateFourWebsites\CertFour\PrinciplesOfVisualDesign\PrinciplesOfVisualDesign\styles\joe_style.css
83 #navigation li a  Value Error : background-color left is not a color 
value : left left
95 #footer li a  Value Error : background-color left is not a color value : 
left left

? Top

The W3C validators rely on community support for hosting and development.
Donate and help us build better tools for a better web.
Valid CSS information
p.first:first-letter {
text-transform : capitalize;
font-style : italic;
}
body {
font : 100%/1.4 Helvetica Neue, Arial, sans-serif;
background : #fff;
}
.left {
float : left;
padding : 0 8px 8px 0;
}
.clear {
clear : left;
}
h1 {
text-align : center;
}
h2 {
text-align : center;
}
a:link {
color : #008000;
}
a:visited {
color : #22bb22;
}
div#links a span {
display : none;
}
div#links a:hover span {
display : block;
position : absolute;
top : 350px;
left : 5px;
width : 100px;
text-decoration : none;
}
a:hover {
background-color : #006400;
color : #ff;
}
a:active {
color : #ff;
text-decoration : none;
}
#banner {
text-align : center;
}
#content {
margin-left : 10px;
margin-right : 10px;
voice-family : \}\;
voice-family : inherit;
margin-left : 131px;
margin-right : 131px;
}
body #content {
margin-left : 10px;
margin-right : 10px;
}
#nav {
position : absolute;
left : 10px;
top : 100px;
width : 100px;
text-align : center;
}
#wrapper {
width : 960px;
background-color : #fff;
margin : 10px auto 0 auto;
}
#banner_new {
text-align : center;
}
#navigation {
margin : 10px;
overflow : hidden;
}
#navigation li {
display : block;
float : left;
}
#navigation li a {
display : block;
float : left;
background-image : 
url('../../Local%20Settings/Temporary%20Internet%20Files/Content.IE5/images/nav_banana.png');
background-repeat : no-repeat;
background-attachment : scroll;
padding-left : 32px;
padding-right : 16px;
padding-top : 0;
padding-bottom : 20px;
background-position : top;
}
#navigation li a {
display : block;
float : left;
background : transparent;
padding : 0 16px 20px 0;
}
#main_content {
margin : 10px;
}
.specials {
float : left;
width : 470px;
height : 250px;
}
.specials img {
float : left;
padding : 10px;
}
#footer {
margin : 10px;
overflow : hidden;
}
#footer li {
display : block;
float : left;
}
#footer li a {
display : block;
float : left;
background-image : 
url('../../Local%20Settings/Temporary%20Internet%20Files/Content.IE5/images/nav_banana.png');
background-repeat : no-repeat;
background-attachment : scroll;
padding-left : 32px;
padding-right : 16px;
padding-top : 0;
padding-bottom : 20px;
background-position : top;
}
? Top

Home |About |Documentation |Download |Feedback |Credits


Copyright © 1994-2009 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C 
liability, trademark, document use and software licensing rules apply. Your 
interactions with this site are in accordance with our public and Member 
privacy statements.


p.first:first-letter
{
text-transform:capitalize;
font-style: italic;
}
body
{
font: 100%/1.4 Helvetica Neue, Arial, sans-serif;
background: #fff;
}
.left { float: left; padding: 0 8px 8px 0; }
.clear {clear: left; }
h1
{
text-align: center;
}
h2
{
text-align: center;
}
a:link
{
color: #008000;
}
a:visited
{
color: #22bb22;
}
div#links a span
{
display: none;
}
div#links a:hover span
{
display: block;
position: absolute;
top: 350px;
left: 5px;
width: 100px;
text-decoration: none;
}
a:hover
{
background-color: #006400;
color: #FF;
}
a:active
{
color: #FF;
text-decoration: none;
}
#banner
{
text-align: center;
 }
#content
{
margin-left: 10px;
margin-right:10px;
voice-family: \}\;
voice-family: inherit;
margin-left: 131px;
margin-right:131px;
 }
body #content {
margin-left: 10px;
margin-right:10px;
 }
 #nav
{
position: absolute;
left: 10px;
top: 100px;
width: 100px;
text-align: center;
}
#wrapper { width: 960px; background-color: #fff; margin: 10px auto 0 auto;}
#banner_new { text-align: center; }
#navigation { margin: 10px; overflow: hidden;}
#navigation li { display:block; float:left; }
#navigation li a { display: block; float: left; background-image:
   
url('../../Local%20Settings/Temporary%20Internet%20Files/Content.IE5/images/nav_banana.png');
   background-repeat: no-repeat; background-color: left;
   background-attachment: scroll; padding-left: 32px;
   padding-right: 16px; padding-top: 0; padding-bottom: 20px;
  

Re: [WSG] search page vallidation

2010-01-20 Thread tee
 
On Jan 20, 2010, at 12:54 AM, Brad Kelley wrote:

 You have the same problems on every page, please read the responses you're 
 getting before posting more of the same. And please, post links to your pages 
 for people to see, don't paste your complete code and the validation results.
 
If I am not mistaken, Marvin cannot see and he uses screen reader. I am curious 
if it would be helpful to him and other too if you trim your post? Does screen 
reader read everything in post that didn't trim?

Thanks!

tee

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***


Re: [WSG] search page vallidation

2010-01-20 Thread tee
  Does screen reader read everything in post that didn't trim?
 
This actually bring another question, how does Jaws handles the W3C validation 
page and Validation output. Is it accessible?

It seems Marvin has difficulty with Validation output (?)

tee 

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



Re: [WSG] search page vallidation

2010-01-20 Thread Matt Fellows
Marvin,

I believe someone mentioned it earlier, but removing the br / tags just
prior to the /ul tag should resolve the issues that you are having with
xhtml validation.

Cheers,
Matt


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

Re: [WSG] staff page vallidation

2010-01-20 Thread Krystian Szastok
What the hell?
Can someone stop this guy from spamming??

I opened my emails today and I had almost the whole first page of
Google spammed by emails from the group, most of them by this one guy,
please do something about this.

Thanks,
Krystian

On Wed, Jan 20, 2010 at 8:53 AM, Marvin Hunkin startrekc...@gmail.com wrote:
 hi.
 can you help me out.
 sorry for this.
 marvin.

  Markup Validation Service
 Check the markup (HTML, XHTML, .) of Web documents

 Jump To:Validation Output
 Errors found while checking this document as XHTML 1.0 Transitional!
 Result: 2 Errors
 File:
 Use the file selection box above if you wish to re-validate the uploaded
 file
 C:\Docs\Tafe\CertificateFourWebsites\CertFour\PrinciplesOfVisualDesign\PrinciplesOfVisualDesign\html\staff.html

 Encoding: iso-8859-1  (detect automatically) utf-8 (Unicode, worldwide)
 utf-16 (Unicode, worldwide) iso-8859-1 (Western Europe) iso-8859-2 (Central
 Europe) iso-8859-3 (Southern Europe) iso-8859-4 (North European) iso-8859-5
 (Cyrillic) iso-8859-6-i (Arabic) iso-8859-7 (Greek) iso-8859-8 (Hebrew,
 visual) iso-8859-8-i (Hebrew, logical) iso-8859-9 (Turkish) iso-8859-10
 (Latin 6) iso-8859-11 (Latin/Thai) iso-8859-13 (Latin 7, Baltic Rim)
 iso-8859-14 (Latin 8, Celtic) iso-8859-15 (Latin 9) iso-8859-16 (Latin 10)
 us-ascii (basic English) euc-jp (Japanese, Unix) shift_jis (Japanese,
 Win/Mac) iso-2022-jp (Japanese, email) euc-kr (Korean) gb2312 (Chinese,
 simplified) gb18030 (Chinese, simplified) big5 (Chinese, traditional)
 Big5-HKSCS (Chinese, Hong Kong) tis-620 (Thai) koi8-r (Russian) koi8-u
 (Ukrainian) iso-ir-111 (Cyrillic KOI-8) macintosh (MacRoman) windows-1250
 (Central Europe) windows-1251 (Cyrillic) windows-1252 (Western Europe)
 windows-1253 (Greek) windows-1254 (Turkish) windows-1255 (Hebrew)
 windows-1256 (Arabic) windows-1257 (Baltic Rim)
 Doctype: XHTML 1.0 Transitional  (detect automatically) HTML5 (experimental)
 XHTML 1.0 Strict XHTML 1.0 Transitional XHTML 1.0 Frameset HTML 4.01 Strict
 HTML 4.01 Transitional HTML 4.01 Frameset HTML 3.2 HTML 2.0 ISO/IEC
 15445:2000 (ISO HTML) XHTML 1.1 XHTML + RDFa XHTML Basic 1.0 XHTML Basic
 1.1 XHTML Mobile Profile 1.2 XHTML-Print 1.0 XHTML 1.1 plus MathML 2.0 XHTML
 1.1 plus MathML 2.0 plus SVG 1.1 MathML 2.0 SVG 1.0 SVG 1.1 SVG 1.1 Tiny SVG
 1.1 Basic SMIL 1.0 SMIL 2.0
 Root Element: html
 Root Namespace: http://www.w3.org/1999/xhtml

 The W3C CSS validator is developed with assistance from the Mozilla
 Foundation, and supported by community donations.
 Donate and help us build better tools for a better web.OptionsShow Source
 Show Outline List Messages Sequentially Group Error Messages by Type
 Validate error pages Verbose Output Clean up Markup with HTML Tidy

 Help on the options is available.

 ? Top

 Validation Output: 2 Errors
  Line 32, Column 6: document type does not allow element br here; assuming
 missing li start-tag
 br /?
  Line 34, Column 5: end tag for li omitted, but OMITTAG NO was specified
 /ul?
 You may have neglected to close an element, or perhaps you meant to
 self-close an element, that is, ending it with / instead of .
  Line 32: start tag was here
br /? Top

 Home | About... | News | Docs | Help  FAQ | Feedback | Contribute |


 This service runs the W3C Markup Validator, v0.8.5.

 Copyright © 1994-2009 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 liability, trademark, document use and software licensing rules apply. Your
 interactions with this site are in accordance with our public and Member
 privacy statements.


 !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN
 http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;
 html xmlns=http://www.w3.org/1999/xhtml;
 head
  meta http-equiv=content-type content=text/html; charset=ISO-8859-1 /
 titleJoe's Staff Page/title
 link href=../styles/joe_style.css rel=stylesheet type=text/css /
 /head
 body
 a name = Top/a
 div id=wrapper
 div id=banner_new
 h1Joe's Staff Page/h1
 br /
 br /
 img src=../images/fruit.jpg alt=Fruit /
 /div
 div id=navigation
 br /
 br /
 ul
 lia href=index.htmlHome/a/li
 lia href=produce.htmlAll Produce/a/li
 lia href=recipes.htmlRecipes/a/li
 lia href=staff.htmlStaff/a/li
 lia href=history.htmlHistory/a/li
 lia href=search.htmlSearch/a/li
 lia href=links.htmlFruit And Vegetable Links/a/li
 lia href=vegetable.htmlFruit And Vegetable Recipes/a/li
 lia href=copyright.htmlCopyright/a/li
 lia href=credits.htmlCredits/a/li
 br /
 br /
 /ul
 /div
 div id=main_content
 pWelcome to Joe's Staff Page. On this page, you will be able to read about
 the family business, and the employees who work for Joe Basher./p
 p a name=Marvin /a /p
 h2Marvin Hunkin/h2
 p img src=../images/banana.jpg alt=Banana Logo  class=left //p
  p Marvin Hunkin has been working for Joe for five years. He works as the
 main information technology consultant.  His role is to make sure that all
 computers, and the network, is working at a maximum efficiency for this
 business. Marvin was working for Internode INC, 

RE: [WSG] staff page vallidation

2010-01-20 Thread Rick Faircloth
He's not spamming, Krystian...he's blind and having trouble with the updated
validation site he's used to using.  Apparently, it's been changed and
doesn't work
well for the blind anymore.

And I'm sure his replies to responses from this list are slower than for
those who can see,
so chances are, his replies lag behind many responses, making it seem as if
he's ignoring
assistance.

I won't sit in judgment of a blind person because his participation in the
we-are-here
to-help-development-standards-to-make-websites-easier-to-use-for-blind-peopl
e list
isn't up to standards...

Rick

-Original Message-
From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On
Behalf Of Krystian Szastok
Sent: Wednesday, January 20, 2010 5:21 AM
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] staff page vallidation

What the hell?
Can someone stop this guy from spamming??

I opened my emails today and I had almost the whole first page of
Google spammed by emails from the group, most of them by this one guy,
please do something about this.

Thanks,
Krystian

On Wed, Jan 20, 2010 at 8:53 AM, Marvin Hunkin startrekc...@gmail.com
wrote:
 hi.
 can you help me out.
 sorry for this.
 marvin.

  Markup Validation Service
 Check the markup (HTML, XHTML, .) of Web documents

 Jump To:Validation Output
 Errors found while checking this document as XHTML 1.0 Transitional!
 Result: 2 Errors
 File:
 Use the file selection box above if you wish to re-validate the uploaded
 file

C:\Docs\Tafe\CertificateFourWebsites\CertFour\PrinciplesOfVisualDesign\Princ
iplesOfVisualDesign\html\staff.html

 Encoding: iso-8859-1  (detect automatically) utf-8 (Unicode, worldwide)
 utf-16 (Unicode, worldwide) iso-8859-1 (Western Europe) iso-8859-2
(Central
 Europe) iso-8859-3 (Southern Europe) iso-8859-4 (North European)
iso-8859-5
 (Cyrillic) iso-8859-6-i (Arabic) iso-8859-7 (Greek) iso-8859-8 (Hebrew,
 visual) iso-8859-8-i (Hebrew, logical) iso-8859-9 (Turkish) iso-8859-10
 (Latin 6) iso-8859-11 (Latin/Thai) iso-8859-13 (Latin 7, Baltic Rim)
 iso-8859-14 (Latin 8, Celtic) iso-8859-15 (Latin 9) iso-8859-16 (Latin 10)
 us-ascii (basic English) euc-jp (Japanese, Unix) shift_jis (Japanese,
 Win/Mac) iso-2022-jp (Japanese, email) euc-kr (Korean) gb2312 (Chinese,
 simplified) gb18030 (Chinese, simplified) big5 (Chinese, traditional)
 Big5-HKSCS (Chinese, Hong Kong) tis-620 (Thai) koi8-r (Russian) koi8-u
 (Ukrainian) iso-ir-111 (Cyrillic KOI-8) macintosh (MacRoman) windows-1250
 (Central Europe) windows-1251 (Cyrillic) windows-1252 (Western Europe)
 windows-1253 (Greek) windows-1254 (Turkish) windows-1255 (Hebrew)
 windows-1256 (Arabic) windows-1257 (Baltic Rim)
 Doctype: XHTML 1.0 Transitional  (detect automatically) HTML5
(experimental)
 XHTML 1.0 Strict XHTML 1.0 Transitional XHTML 1.0 Frameset HTML 4.01
Strict
 HTML 4.01 Transitional HTML 4.01 Frameset HTML 3.2 HTML 2.0 ISO/IEC
 15445:2000 (ISO HTML) XHTML 1.1 XHTML + RDFa XHTML Basic 1.0 XHTML Basic
 1.1 XHTML Mobile Profile 1.2 XHTML-Print 1.0 XHTML 1.1 plus MathML 2.0
XHTML
 1.1 plus MathML 2.0 plus SVG 1.1 MathML 2.0 SVG 1.0 SVG 1.1 SVG 1.1 Tiny
SVG
 1.1 Basic SMIL 1.0 SMIL 2.0
 Root Element: html
 Root Namespace: http://www.w3.org/1999/xhtml

 The W3C CSS validator is developed with assistance from the Mozilla
 Foundation, and supported by community donations.
 Donate and help us build better tools for a better web.OptionsShow Source
 Show Outline List Messages Sequentially Group Error Messages by Type
 Validate error pages Verbose Output Clean up Markup with HTML Tidy

 Help on the options is available.

 ? Top

 Validation Output: 2 Errors
  Line 32, Column 6: document type does not allow element br here;
assuming
 missing li start-tag
 br /?
  Line 34, Column 5: end tag for li omitted, but OMITTAG NO was specified
 /ul?
 You may have neglected to close an element, or perhaps you meant to
 self-close an element, that is, ending it with / instead of .
  Line 32: start tag was here
br /? Top

 Home | About... | News | Docs | Help  FAQ | Feedback | Contribute |


 This service runs the W3C Markup Validator, v0.8.5.

 Copyright © 1994-2009 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 liability, trademark, document use and software licensing rules apply.
Your
 interactions with this site are in accordance with our public and Member
 privacy statements.


 !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN
 http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;
 html xmlns=http://www.w3.org/1999/xhtml;
 head
  meta http-equiv=content-type content=text/html; charset=ISO-8859-1
/
 titleJoe's Staff Page/title
 link href=../styles/joe_style.css rel=stylesheet type=text/css /
 /head
 body
 a name = Top/a
 div id=wrapper
 div id=banner_new
 h1Joe's Staff Page/h1
 br /
 br /
 img src=../images/fruit.jpg alt=Fruit /
 /div
 div id=navigation
 br /
 br /
 ul
 lia href=index.htmlHome/a/li
 lia href=produce.htmlAll Produce/a/li
 lia href=recipes.htmlRecipes/a/li
 lia 

Re: [WSG] vegetable page vallidation

2010-01-20 Thread Stuart Foulstone

yes

On Wed, January 20, 2010 8:58 am, Marvin Hunkin wrote:
 hi.
 last page for this site.
 still getting errors.
 am i stupid or some thin.
 marvin.

  Markup Validation Service
 Check the markup (HTML, XHTML, .) of Web documents

 Jump To:Validation Output
 Errors found while checking this document as XHTML 1.0 Transitional!
 Result: 4 Errors
 File:
 Use the file selection box above if you wish to re-validate the uploaded
 file
 C:\Docs\Tafe\CertificateFourWebsites\CertFour\PrinciplesOfVisualDesign\PrinciplesOfVisualDesign\html\vegetable.html

 Encoding: iso-8859-1  (detect automatically) utf-8 (Unicode, worldwide)
 utf-16 (Unicode, worldwide) iso-8859-1 (Western Europe) iso-8859-2
 (Central
 Europe) iso-8859-3 (Southern Europe) iso-8859-4 (North European)
 iso-8859-5
 (Cyrillic) iso-8859-6-i (Arabic) iso-8859-7 (Greek) iso-8859-8 (Hebrew,
 visual) iso-8859-8-i (Hebrew, logical) iso-8859-9 (Turkish) iso-8859-10
 (Latin 6) iso-8859-11 (Latin/Thai) iso-8859-13 (Latin 7, Baltic Rim)
 iso-8859-14 (Latin 8, Celtic) iso-8859-15 (Latin 9) iso-8859-16 (Latin 10)
 us-ascii (basic English) euc-jp (Japanese, Unix) shift_jis (Japanese,
 Win/Mac) iso-2022-jp (Japanese, email) euc-kr (Korean) gb2312 (Chinese,
 simplified) gb18030 (Chinese, simplified) big5 (Chinese, traditional)
 Big5-HKSCS (Chinese, Hong Kong) tis-620 (Thai) koi8-r (Russian) koi8-u
 (Ukrainian) iso-ir-111 (Cyrillic KOI-8) macintosh (MacRoman) windows-1250
 (Central Europe) windows-1251 (Cyrillic) windows-1252 (Western Europe)
 windows-1253 (Greek) windows-1254 (Turkish) windows-1255 (Hebrew)
 windows-1256 (Arabic) windows-1257 (Baltic Rim)
 Doctype: XHTML 1.0 Transitional  (detect automatically) HTML5
 (experimental)
 XHTML 1.0 Strict XHTML 1.0 Transitional XHTML 1.0 Frameset HTML 4.01
 Strict
 HTML 4.01 Transitional HTML 4.01 Frameset HTML 3.2 HTML 2.0 ISO/IEC
 15445:2000 (ISO HTML) XHTML 1.1 XHTML + RDFa XHTML Basic 1.0 XHTML Basic
 1.1 XHTML Mobile Profile 1.2 XHTML-Print 1.0 XHTML 1.1 plus MathML 2.0
 XHTML
 1.1 plus MathML 2.0 plus SVG 1.1 MathML 2.0 SVG 1.0 SVG 1.1 SVG 1.1 Tiny
 SVG
 1.1 Basic SMIL 1.0 SMIL 2.0
 Root Element: html
 Root Namespace: http://www.w3.org/1999/xhtml

 The W3C validators rely on community support for hosting and development.
 Donate and help us build better tools for a better web.
 OptionsShow Source Show Outline List Messages Sequentially Group Error
 Messages by Type
 Validate error pages Verbose Output Clean up Markup with HTML Tidy

 Help on the options is available.

 ? Top

 Validation Output: 4 Errors
  Line 32, Column 6: document type does not allow element br here;
 assuming
 missing li start-tag
 br /?
  Line 34, Column 5: end tag for li omitted, but OMITTAG NO was specified
 /ul?
 You may have neglected to close an element, or perhaps you meant to
 self-close an element, that is, ending it with / instead of .
  Line 32: start tag was here
br / Line 47, Column 6: document type does not allow element br here;
assuming missing li start-tag
 br /?
  Line 49, Column 5: end tag for li omitted, but OMITTAG NO was specified
 /ul?
 You may have neglected to close an element, or perhaps you meant to
 self-close an element, that is, ending it with / instead of .
  Line 47: start tag was here
br /? Top

 Home | About... | News | Docs | Help  FAQ | Feedback | Contribute |


 This service runs the W3C Markup Validator, v0.8.5.

 Copyright © 1994-2009 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C
 liability, trademark, document use and software licensing rules apply.
 Your
 interactions with this site are in accordance with our public and Member
 privacy statements.


 !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN
 http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;
 html xmlns=http://www.w3.org/1999/xhtml;
 head
  meta http-equiv=content-type content=text/html; charset=ISO-8859-1
 /
 titleJoe's Vegetable Recipes Links Page/title
 link href=../styles/joe_style.css rel=stylesheet type=text/css /
 /head
 body
 a name=Top/a
 div id=wrapper
 div id=banner_new
 h1Joe's Vegetable Recipes Links Page/h1
 br /
 br /
 img src=../images/fruit.jpg alt=Fruit /
 /div
 div id=navigation
 br /
 br /
 ul
 lia href=index.htmlHome/a/li
 lia href=produce.htmlAll Produce/a/li
 lia href=recipes.htmlRecipes/a/li
 lia href=staff.htmlStaff/a/li
 lia href=history.htmlHistory/a/li
 lia href=search.htmlSearch/a/li
 lia href=links.htmlFruit And Vegetable Links/a/li
 lia href=vegetable.htmlFruit And Vegetable Recipes/a/li
 lia href=copyright.htmlCopyright/a/li
 lia href=credits.htmlCredits/a/li
 br /
 br /
 /ul
 /div
 div id=main_content
 pClick on the links below to find other vegetable Recipe websites./p
 br /
 br /
 ul
 li a
 href=http://www.exclusivelyfood.com.au/2006/06/roast-vegetable-lasagne-recipe.html;
 target=_blankExclusively Food: Roast Vegetable Lasagne Recipe/a /li
 li a
 href=http://www.campbellsoup.com/select.aspx/product_popup.aspx?brand=...ebeefamp;prd_product_id=2376;
 target=_blankCampbell's Welcome - 

RE: [WSG] vegetable page vallidation

2010-01-20 Thread Courtney Daryanani
lol

-Original Message-
From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On 
Behalf Of Stuart Foulstone
Sent: 20 January 2010 17:15
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] vegetable page vallidation


yes

On Wed, January 20, 2010 8:58 am, Marvin Hunkin wrote:
 hi.
 last page for this site.
 still getting errors.
 am i stupid or some thin.
 marvin.

  Markup Validation Service
 Check the markup (HTML, XHTML, .) of Web documents

 Jump To:Validation Output
 Errors found while checking this document as XHTML 1.0 Transitional!
 Result: 4 Errors
 File:
 Use the file selection box above if you wish to re-validate the
 uploaded file
 C:\Docs\Tafe\CertificateFourWebsites\CertFour\PrinciplesOfVisualDesign
 \PrinciplesOfVisualDesign\html\vegetable.html

 Encoding: iso-8859-1  (detect automatically) utf-8 (Unicode,
 worldwide)
 utf-16 (Unicode, worldwide) iso-8859-1 (Western Europe) iso-8859-2
 (Central
 Europe) iso-8859-3 (Southern Europe) iso-8859-4 (North European)
 iso-8859-5
 (Cyrillic) iso-8859-6-i (Arabic) iso-8859-7 (Greek) iso-8859-8
 (Hebrew,
 visual) iso-8859-8-i (Hebrew, logical) iso-8859-9 (Turkish)
 iso-8859-10 (Latin 6) iso-8859-11 (Latin/Thai) iso-8859-13 (Latin 7,
 Baltic Rim)
 iso-8859-14 (Latin 8, Celtic) iso-8859-15 (Latin 9) iso-8859-16 (Latin
 10) us-ascii (basic English) euc-jp (Japanese, Unix) shift_jis
 (Japanese,
 Win/Mac) iso-2022-jp (Japanese, email) euc-kr (Korean) gb2312
 (Chinese,
 simplified) gb18030 (Chinese, simplified) big5 (Chinese, traditional)
 Big5-HKSCS (Chinese, Hong Kong) tis-620 (Thai) koi8-r (Russian) koi8-u
 (Ukrainian) iso-ir-111 (Cyrillic KOI-8) macintosh (MacRoman)
 windows-1250 (Central Europe) windows-1251 (Cyrillic) windows-1252
 (Western Europe)
 windows-1253 (Greek) windows-1254 (Turkish) windows-1255 (Hebrew)
 windows-1256 (Arabic) windows-1257 (Baltic Rim)
 Doctype: XHTML 1.0 Transitional  (detect automatically) HTML5
 (experimental)
 XHTML 1.0 Strict XHTML 1.0 Transitional XHTML 1.0 Frameset HTML 4.01
 Strict HTML 4.01 Transitional HTML 4.01 Frameset HTML 3.2 HTML 2.0
 ISO/IEC 15445:2000 (ISO HTML) XHTML 1.1 XHTML + RDFa XHTML Basic 1.0
 XHTML Basic
 1.1 XHTML Mobile Profile 1.2 XHTML-Print 1.0 XHTML 1.1 plus MathML 2.0
 XHTML
 1.1 plus MathML 2.0 plus SVG 1.1 MathML 2.0 SVG 1.0 SVG 1.1 SVG 1.1
 Tiny SVG
 1.1 Basic SMIL 1.0 SMIL 2.0
 Root Element: html
 Root Namespace: http://www.w3.org/1999/xhtml

 The W3C validators rely on community support for hosting and development.
 Donate and help us build better tools for a better web.
 OptionsShow Source Show Outline List Messages Sequentially Group Error
 Messages by Type Validate error pages Verbose Output Clean up Markup
 with HTML Tidy

 Help on the options is available.

 ? Top

 Validation Output: 4 Errors
  Line 32, Column 6: document type does not allow element br here;
 assuming missing li start-tag br /?
  Line 34, Column 5: end tag for li omitted, but OMITTAG NO was
 specified /ul?
 You may have neglected to close an element, or perhaps you meant to
 self-close an element, that is, ending it with / instead of .
  Line 32: start tag was here
br / Line 47, Column 6: document type does not allow element br
here; assuming missing li start-tag
 br /?
  Line 49, Column 5: end tag for li omitted, but OMITTAG NO was
 specified /ul?
 You may have neglected to close an element, or perhaps you meant to
 self-close an element, that is, ending it with / instead of .
  Line 47: start tag was here
br /? Top

 Home | About... | News | Docs | Help  FAQ | Feedback | Contribute |


 This service runs the W3C Markup Validator, v0.8.5.

 Copyright (c) 1994-2009 W3C(r) (MIT, ERCIM, Keio), All Rights Reserved.
 W3C liability, trademark, document use and software licensing rules apply.
 Your
 interactions with this site are in accordance with our public and
 Member privacy statements.


 !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN
 http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;
 html xmlns=http://www.w3.org/1999/xhtml;
 head
  meta http-equiv=content-type content=text/html; charset=ISO-8859-1
 /
 titleJoe's Vegetable Recipes Links Page/title link
 href=../styles/joe_style.css rel=stylesheet type=text/css /
 /head body a name=Top/a div id=wrapper div
 id=banner_new h1Joe's Vegetable Recipes Links Page/h1 br /
 br / img src=../images/fruit.jpg alt=Fruit / /div div
 id=navigation br / br / ul lia
 href=index.htmlHome/a/li lia href=produce.htmlAll
 Produce/a/li lia href=recipes.htmlRecipes/a/li
 lia href=staff.htmlStaff/a/li lia
 href=history.htmlHistory/a/li
 lia href=search.htmlSearch/a/li
 lia href=links.htmlFruit And Vegetable Links/a/li lia
 href=vegetable.htmlFruit And Vegetable Recipes/a/li lia
 href=copyright.htmlCopyright/a/li
 lia href=credits.htmlCredits/a/li
 br /
 br /
 /ul
 /div
 div id=main_content
 pClick on the links below to find other vegetable Recipe
 websites./p br / br / ul li a
 

Re: [WSG] vegetable page vallidation

2010-01-20 Thread Andrew Maben
Please stop further wasting everyone's time with useless comments.  
Thank you.


Andrew

http://www.andrewmaben.net
and...@andrewmaben.com

In a well designed user interface, the user should not need  
instructions.



On Jan 20, 2010, at 12:14 PM, Stuart Foulstone wrote:



yes





***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

[WSG] vallidation problems

2010-01-20 Thread Marvin Hunkin
hi.
so how do i fix all my vallidation problems and my css.
at a loss.
what do i do.
maybe try to copy the navigation stuff.
do not want to take out the br /
was vallidating in the copyright page.
how to fix.
please help me with this one.
page.
and the link which i will paste.
having similar issues with the other pages.
also maybe can help with the css.
need a white background colour.
please help.
getting frustrated.
my code looks real good.
but not sure it is not vallidating.
could i try any other validators.
that might vallidate my code.
marvin.

http://validator.w3.org/check#result


http://jigsaw.w3.org/css-validator/validator 




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



Re: [WSG] vallidation problems

2010-01-20 Thread stephanie campanella
Hi Marvin,
If you link us your link to the actual site your working on we can read all
the code there.


Regards,
Stephanie Campanella


On Thu, Jan 21, 2010 at 2:14 PM, Marvin Hunkin startrekc...@gmail.comwrote:

 hi.
 so how do i fix all my vallidation problems and my css.
 at a loss.
 what do i do.
 maybe try to copy the navigation stuff.
 do not want to take out the br /
 was vallidating in the copyright page.
 how to fix.
 please help me with this one.
 page.
 and the link which i will paste.
 having similar issues with the other pages.
 also maybe can help with the css.
 need a white background colour.
 please help.
 getting frustrated.
 my code looks real good.
 but not sure it is not vallidating.
 could i try any other validators.
 that might vallidate my code.
 marvin.

 http://validator.w3.org/check#result


 http://jigsaw.w3.org/css-validator/validator




 ***
 List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
 Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
 Help: memberh...@webstandardsgroup.org
 ***




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

Re: [WSG] vallidation problems

2010-01-20 Thread Joseph Taylor

Code example or URL?

Joseph R. B. Taylor
/Web Designer / Developer/
--
Sites by Joe, LLC
/Clean, Simple and Elegant Web Design/
Phone: (609) 335-3076
Web: http://sitesbyjoe.com
Email: j...@sitesbyjoe.com


On 1/20/10 10:14 PM, Marvin Hunkin wrote:

hi.
so how do i fix all my vallidation problems and my css.
at a loss.
what do i do.
maybe try to copy the navigation stuff.
do not want to take out thebr /
was vallidating in the copyright page.
how to fix.
please help me with this one.
page.
and the link which i will paste.
having similar issues with the other pages.
also maybe can help with the css.
need a white background colour.
please help.
getting frustrated.
my code looks real good.
but not sure it is not vallidating.
could i try any other validators.
that might vallidate my code.
marvin.

http://validator.w3.org/check#result


http://jigsaw.w3.org/css-validator/validator




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

   



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

Re: [WSG] vallidation problems

2010-01-20 Thread Joseph Taylor

Marvin,

You can email me with a link and I'll help you best I can.

Joseph R. B. Taylor
/Web Designer / Developer/
--
Sites by Joe, LLC
/Clean, Simple and Elegant Web Design/
Phone: (609) 335-3076
Web: http://sitesbyjoe.com
Email: j...@sitesbyjoe.com


On 1/20/10 10:27 PM, Russ Weakley wrote:

Marvin,

In this case I would suggest direct mentoring by a WSG member. Someone 
who can take your pages, validate then and show you each isse and how 
it was fixed. It is often very hard to address all of these issues on 
the list itself, and pushing too many questions out at a time tends to 
freak other members out.


Is anyone on the WSG list interested is stepping in here to do some 
direct help - i.e. become a short term mentor?


Thanks
Russ


On 21/01/2010, at 2:14 PM, Marvin Hunkin wrote:


hi.
so how do i fix all my vallidation problems and my css.
at a loss.
what do i do.
maybe try to copy the navigation stuff.
do not want to take out the br /
was vallidating in the copyright page.
how to fix.
please help me with this one.
page.
and the link which i will paste.
having similar issues with the other pages.
also maybe can help with the css.
need a white background colour.
please help.
getting frustrated.
my code looks real good.
but not sure it is not vallidating.
could i try any other validators.
that might vallidate my code.
marvin.




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***