first of all congratulations for the site and sorry for my english ;o)
with few correction all pages are valid XHTML see below : 

you use frameset then you must use 
DTD XHTML 1.0 Frameset
and not 
DTD XHTML 1.0 strict.
there's no "target" attribut with DTD XHTML 1.0 strict

http://www.htmlhelp.com/tools/validator/doctype.html

on each pages : 
No Character Encoding Found!
to make w3c validator happy http://validator.w3.org/
you must add 
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'>
or similar

------------------------------
Page index.htm : 

line 6 column 11 - Warning: <meta> element not closed

line 19 column 1 - Warning: <img> element not closed

line 37 column 1 - Warning: <iframe> attribute "height" has invalid
value "525px"
height attribut not need 'px' just 525 or xx% 

--------------------------------
home.html : 

line 6 column 4 - Warning: <script> inserting "type" attribut

with XHTML you must write  <script type="text/javascript"> 

-------------------------------
product.html :

line 20 column 2 - Warning: <img>  not closed 
with XHTML you must write <img .... /> 
AND   
Warning: <img> lacks "alt" attribute 


--------------------------------
doc.html :

line 16 column 3 - Warning: <br> element not empty or not closed
with XHTML you must write <br /> 

--------------------------------
contact.html :

line 12 column 2 - Warning: <form> attribute value "POST" must be lower
case for XHTML

line 22 column 2 - Warning: <p> isn't allowed in <table> elements
use <br /> instead 

line 32 33 34 36 <input> element  not closed 
with XHTML you must write <input type=..... /> 

line 22 column 2 - Warning: <table> attribute "bgcolor" has invalid
value "gainsboro"

line 22 column 2 - Warning: <table> proprietary attribute "valign"

line 35 column 83 - Warning: <textarea> proprietary attribute "value"
value don't existe with texarea

line 37 column 1 - Warning: trimming empty <p>
use <br /> instead 

with firefox you can use "HTML Validator" extension to see if the page
is valid or not 

hope it's help 
franck



_______________________________________________
Open-graphics mailing list
[email protected]
http://lists.duskglow.com/mailman/listinfo/open-graphics
List service provided by Duskglow Consulting, LLC (www.duskglow.com)

Reply via email to