hi.
using the we3 c vallidator.
and not liking my xhtml code.
and usign the jaws for windows screen reader.
and reading me all the elements like <i>
so not sure what is happening.
trying to vallidate .
but the vallidator is being real picky.
i know my code is correct.
now can any one help me out to fix these problems.
got the first page vallidated and that was the copyright page.
now up to the credits page.
not liking the div element for some reason.
please help me out.
and also did some one saying no <br /> inside an ul element for a list.
well how to code it so when reading by paragraph which i use control down 
arrow.
then want to hear the heading.
then a blank.
and then the list which tells me list of 10 items.
then i want to hear the first item on the next line.
and the end of the list.
want to hear the word list on its own line.
please help me out.
getting real annoyed and frustrated.
and hate this site.
they have redesigned it, so to make it harder for the blind person.
a couple times trying to use the alt left arrow to go back to revallidate 
and the stupid site would not let me so had to type the address to go back 
in.
if there are any more screen reader frendly and easy to use vallidators let 
me know.
been at least 6 months since i visted this site and was more screen reader 
friendly.
i hate that when they redesign it.
and do not take the blind into consideration.
okay that's my beef for today.
now will poste the code of the vallidated output and my file code below.
cheers 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: 21 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\credits.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: 21 Errors
 Line 22, Column 6: document type does not allow element "br" here; assuming 
missing "li" start-tag
<br />?
 Line 37, Column 6: end tag for "li" omitted, but OMITTAG NO was specified
</div>?
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 22: start tag was here
><br /> Line 37, Column 6: end tag for "ul" omitted, but OMITTAG NO was 
>specified
</div>?
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 21: start tag was here
><ul> Line 42, Column 6: document type does not allow element "br" here; 
>assuming missing "li" start-tag
<br />?
 Line 44, Column 4: document type does not allow element "li" here; missing 
one of "ul", "ol", "menu", "dir" start-tag
<li> <a href="http://www.mikelevin.com";>Mike Levin's Photo Gallery</a></li>?
The mentioned element is not allowed to appear in the context in which 
you've placed it; the other mentioned elements are the only ones that are 
both allowed there and can contain the element mentioned. This might mean 
that you need a containing element, or possibly that you've forgotten to 
close a previous element.

One possible cause for this message is that you have attempted to put a 
block-level element (such as "<p>" or "<table>") inside an inline element 
(such as "<a>", "<span>", or "<font>").
 Line 45, Column 4: document type does not allow element "li" here; missing 
one of "ul", "ol", "menu", "dir" start-tag
<li> <a href="http://www.all-creatures.org";>all-creatures.org: Working for a 
Pea?
The mentioned element is not allowed to appear in the context in which 
you've placed it; the other mentioned elements are the only ones that are 
both allowed there and can contain the element mentioned. This might mean 
that you need a containing element, or possibly that you've forgotten to 
close a previous element.

One possible cause for this message is that you have attempted to put a 
block-level element (such as "<p>" or "<table>") inside an inline element 
(such as "<a>", "<span>", or "<font>").
 Line 46, Column 4: document type does not allow element "li" here; missing 
one of "ul", "ol", "menu", "dir" start-tag
<li> <a href="http://www.essentialoil.in";>Essential oils online wholesale 
suppli?
The mentioned element is not allowed to appear in the context in which 
you've placed it; the other mentioned elements are the only ones that are 
both allowed there and can contain the element mentioned. This might mean 
that you need a containing element, or possibly that you've forgotten to 
close a previous element.

One possible cause for this message is that you have attempted to put a 
block-level element (such as "<p>" or "<table>") inside an inline element 
(such as "<a>", "<span>", or "<font>").
 Line 47, Column 4: document type does not allow element "li" here; missing 
one of "ul", "ol", "menu", "dir" start-tag
<li> <a href="http://www.canceractive.com";>CANCERactive : Welcome</a></li>?
The mentioned element is not allowed to appear in the context in which 
you've placed it; the other mentioned elements are the only ones that are 
both allowed there and can contain the element mentioned. This might mean 
that you need a containing element, or possibly that you've forgotten to 
close a previous element.

One possible cause for this message is that you have attempted to put a 
block-level element (such as "<p>" or "<table>") inside an inline element 
(such as "<a>", "<span>", or "<font>").
 Line 48, Column 4: document type does not allow element "li" here; missing 
one of "ul", "ol", "menu", "dir" start-tag
<li> <a href= "http://www.hartmannsplantcompany.com";>Hartmann's Plant 
Company</a?
The mentioned element is not allowed to appear in the context in which 
you've placed it; the other mentioned elements are the only ones that are 
both allowed there and can contain the element mentioned. This might mean 
that you need a containing element, or possibly that you've forgotten to 
close a previous element.

One possible cause for this message is that you have attempted to put a 
block-level element (such as "<p>" or "<table>") inside an inline element 
(such as "<a>", "<span>", or "<font>").
 Line 49, Column 4: document type does not allow element "li" here; missing 
one of "ul", "ol", "menu", "dir" start-tag
<li> <a href="http://http://www.cdr3.com/nursery/";>Your North Carolina 
Source fo?
The mentioned element is not allowed to appear in the context in which 
you've placed it; the other mentioned elements are the only ones that are 
both allowed there and can contain the element mentioned. This might mean 
that you need a containing element, or possibly that you've forgotten to 
close a previous element.

One possible cause for this message is that you have attempted to put a 
block-level element (such as "<p>" or "<table>") inside an inline element 
(such as "<a>", "<span>", or "<font>").
 Line 50, Column 4: document type does not allow element "li" here; missing 
one of "ul", "ol", "menu", "dir" start-tag
<li> <a href="http://www.pbase.com";>PBase.com</a></li>?
The mentioned element is not allowed to appear in the context in which 
you've placed it; the other mentioned elements are the only ones that are 
both allowed there and can contain the element mentioned. This might mean 
that you need a containing element, or possibly that you've forgotten to 
close a previous element.

One possible cause for this message is that you have attempted to put a 
block-level element (such as "<p>" or "<table>") inside an inline element 
(such as "<a>", "<span>", or "<font>").
 Line 51, Column 4: document type does not allow element "li" here; missing 
one of "ul", "ol", "menu", "dir" start-tag
<li> <a href="http://people.csail.mit.edu/paulina/";>Paulina 
Varshavskaya</a></.?
The mentioned element is not allowed to appear in the context in which 
you've placed it; the other mentioned elements are the only ones that are 
both allowed there and can contain the element mentioned. This might mean 
that you need a containing element, or possibly that you've forgotten to 
close a previous element.

One possible cause for this message is that you have attempted to put a 
block-level element (such as "<p>" or "<table>") inside an inline element 
(such as "<a>", "<span>", or "<font>").
 Line 52, Column 4: document type does not allow element "li" here; missing 
one of "ul", "ol", "menu", "dir" start-tag
<li> <a href="http://www.nchabit.com/";>Natural Clay Habit - Specializing in 
Hand?
The mentioned element is not allowed to appear in the context in which 
you've placed it; the other mentioned elements are the only ones that are 
both allowed there and can contain the element mentioned. This might mean 
that you need a containing element, or possibly that you've forgotten to 
close a previous element.

One possible cause for this message is that you have attempted to put a 
block-level element (such as "<p>" or "<table>") inside an inline element 
(such as "<a>", "<span>", or "<font>").
 Line 53, Column 4: document type does not allow element "li" here; missing 
one of "ul", "ol", "menu", "dir" start-tag
<li> <a href="http://kuttspastries.tripod.com/";>KUTTS PASTRIES</a></li>?
The mentioned element is not allowed to appear in the context in which 
you've placed it; the other mentioned elements are the only ones that are 
both allowed there and can contain the element mentioned. This might mean 
that you need a containing element, or possibly that you've forgotten to 
close a previous element.

One possible cause for this message is that you have attempted to put a 
block-level element (such as "<p>" or "<table>") inside an inline element 
(such as "<a>", "<span>", or "<font>").
 Line 54, Column 4: document type does not allow element "li" here; missing 
one of "ul", "ol", "menu", "dir" start-tag
<li> <a href="http://pg2china.110mb.com/";>Peter Griffin</a></li>?
The mentioned element is not allowed to appear in the context in which 
you've placed it; the other mentioned elements are the only ones that are 
both allowed there and can contain the element mentioned. This might mean 
that you need a containing element, or possibly that you've forgotten to 
close a previous element.

One possible cause for this message is that you have attempted to put a 
block-level element (such as "<p>" or "<table>") inside an inline element 
(such as "<a>", "<span>", or "<font>").
 Line 55, Column 4: document type does not allow element "li" here; missing 
one of "ul", "ol", "menu", "dir" start-tag
<li><a href = "http://sxc.hu/";>stock.xchng - the leading free stock 
photography ?
The mentioned element is not allowed to appear in the context in which 
you've placed it; the other mentioned elements are the only ones that are 
both allowed there and can contain the element mentioned. This might mean 
that you need a containing element, or possibly that you've forgotten to 
close a previous element.

One possible cause for this message is that you have attempted to put a 
block-level element (such as "<p>" or "<table>") inside an inline element 
(such as "<a>", "<span>", or "<font>").
 Line 58, 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 42: start tag was here
><br /> Line 37, Column 6: XML Parsing Error: Opening and ending tag 
>mismatch: ul line 21 and div
</div>?
 Line 66, Column 7: XML Parsing Error: Opening and ending tag mismatch: div 
line 10 and body
</body>?
 Line 67, Column 8: XML Parsing Error: Opening and ending tag mismatch: body 
line 9 and html
 </html>?
 Line 67, Column 8: XML Parsing Error: Premature end of data in tag html 
line 3
 </html>?
? 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" />
<title>Joe's Credits Page</title>
<link href="../styles/joe_style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="wrapper">
<div id="banner_new">
<p> <a name="Top"></a> </p>
<h1>Joe's Credits Page</h1>
<br />
<br />
<img src="../images/fruit.jpg" alt="Fruit" />
</div>
<div id="navigation">
<br />
<br />
<ul>
<br />
<br />
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="produce.html">All Produce</a></li>
<li><a href="recipes.html">Recipes</a></li>
<li><a href="staff.html">Staff</a></li>
<li><a href="history.html">History</a></li>
<li><a href="search.html">Search</a></li>
<li><a href="links.html">Fruit And Vegetable Links</a></li>
<li><a href="vegetable.html">Fruit And Vegetable Recipes</a></li>
<li><a href="copyright.html">Copyright</a></li>
<li><a href="credits.html">Credits</a></li>
</ul>
<br />
</div>
<div id="main_content">
<p>I would like to thank organizations,corporations and individuals for 
allowing me to use their content on this website.  Click on the links below 
to visit these sites.</p>
<div id = "hyperlinks">
<ul>
<br />
<br />
<li> <a href="http://www.mikelevin.com";>Mike Levin's Photo Gallery</a></li>
<li> <a href="http://www.all-creatures.org";>all-creatures.org: Working for a 
Peaceful World for Humans, Animals, and the Environment</a></li>
<li> <a href="http://www.essentialoil.in";>Essential oils online wholesale 
supplier of essential oil pure and fresh fast shipping</a></li>
<li> <a href="http://www.canceractive.com";>CANCERactive : Welcome</a></li>
<li> <a href= "http://www.hartmannsplantcompany.com";>Hartmann's Plant 
Company</a></li>
<li> <a href="http://http://www.cdr3.com/nursery/";>Your North Carolina 
Source for Fast Growing Trees and Shrubs</a></li>
<li> <a href="http://www.pbase.com";>PBase.com</a></li>
<li> <a href="http://people.csail.mit.edu/paulina/";>Paulina 
Varshavskaya</a></li>
<li> <a href="http://www.nchabit.com/";>Natural Clay Habit - Specializing in 
Handmade Hawaiian Themed Pottery</a></li>
<li> <a href="http://kuttspastries.tripod.com/";>KUTTS PASTRIES</a></li>
<li> <a href="http://pg2china.110mb.com/";>Peter Griffin</a></li>
<li><a href = "http://sxc.hu/";>stock.xchng - the leading free stock 
photography site</a></li>
<br />
<br />
</ul>
</div>
</div>
<div id="footer">
<p> <a href="#Top" target="_top">Top Of Page</a> </p>
    <p>© All Rights Reserved Joe's Fruit Shop PTY. LTD. 2009.</p>
  </div>
 </div>
</body>
 </html> 




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

Reply via email to