Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,032
    Plugin Contributions
    0

    Default Is there a Validation wizard in the house?

    Hi
    I have been trying to resolve what I suspect are alot of validation errors in my site. I have run it through W3C and I have over 100 various issues going on. Yet when I try to correct one it seems to create more errors.
    Please please please could someone hold my hand through this as I am stumped.
    Many thanks

    www. shabbylane .co.uk

  2. #2
    Join Date
    Nov 2009
    Location
    UK
    Posts
    1,122
    Plugin Contributions
    0

    Default Re: Is there a Validation wizard in the house?

    I wouldnt worry too much, nearly all of them are about having & in urls instead of the proper & which is a moot point and really will not affect how your site operates or indexing etc..

  3. #3
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,032
    Plugin Contributions
    0

    Default Re: Is there a Validation wizard in the house?

    Quote Originally Posted by dgent View Post
    I wouldnt worry too much, nearly all of them are about having & in urls instead of the proper & which is a moot point and really will not affect how your site operates or indexing etc..

    Thank you for the reassurance Dgent. Out of interest why don't other ZC sites that I have compared via w3c have the same &/&amp issue? Any ideas?
    Thank you again.

  4. #4
    Join Date
    Nov 2009
    Location
    UK
    Posts
    1,122
    Plugin Contributions
    0

    Default Re: Is there a Validation wizard in the house?

    Are these URLS hard coded into your template as links? Are you using a different template on this site to the others?

  5. #5
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,032
    Plugin Contributions
    0

    Default Re: Is there a Validation wizard in the house?

    Quote Originally Posted by dgent View Post
    Are these URLS hard coded into your template as links? Are you using a different template on this site to the others?
    I have a few links hard coded in using blank sidebox mod and a few internal banner links (is that what you mean? sorry). I am using Ceon URI rewriting.

  6. #6
    Join Date
    Nov 2009
    Location
    UK
    Posts
    1,122
    Plugin Contributions
    0

    Default Re: Is there a Validation wizard in the house?

    Ah well if they are hard coded you can change for example the &cPath in the link etc to &cPath

    Also the same in links to products.

  7. #7
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    1,055
    Plugin Contributions
    24

    Default Re: Is there a Validation wizard in the house?

    Use Firefox + HTML validator add-on to help you track these down.

    Zen Cart is valid out of the box so you've broken it!!

    Some are due to the sidebox addon shop by price. Some are table and div errors you have introduced.
    All can be fixed except maybe the facebook ones which I attempted to fix a long time ago and gave up.
    Steve
    "Totally Zenned" my a*se!

  8. #8
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,032
    Plugin Contributions
    0

    Default Re: Is there a Validation wizard in the house?

    Quote Originally Posted by torvista View Post
    Use Firefox + HTML validator add-on to help you track these down.

    Zen Cart is valid out of the box so you've broken it!!

    Some are due to the sidebox addon shop by price. Some are table and div errors you have introduced.
    All can be fixed except maybe the facebook ones which I attempted to fix a long time ago and gave up.
    Thank you both, I will look into these useful tools.

  9. #9
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,032
    Plugin Contributions
    0

    Default Re: Is there a Validation wizard in the house?

    I have traced the majority of my validation errors down to the content of my Blank Sidebox (from free addons/mods area). Below is an example of the content...

    <a href="http://www.mysite.com/index.php?main_page=shippinginfo"> <img src="images/delivery.png" height="225" width="120" border="0" alt="Delivery" title="Delivery"></a>

    and the validation error reads...

    end tag for X omitted, but OMITTAG NO was specified
    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 360, column 231: end tag for "img" omitted, but OMITTAG NO was specified
    …t="225" width="120" border="0" alt="Delivery" title="Delivery"></a></div></div>

    Can anyone spot anything I am missing please?
    Much appreciated.

  10. #10
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    1,979
    Plugin Contributions
    21

    Default Re: Is there a Validation wizard in the house?

    You need to 'close' the <img /> tag properly:
    Code:
    <a href="http://www.mysite.com/index.php?main_page=shippinginfo"> <img src="images/delivery.png" height="225" width="120" border="0" alt="Delivery" title="Delivery" /></a>

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. New Zen Cart Template or Modify One of the In House Templates?
    By Pet Herbal Remedies in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 18 Oct 2010, 02:36 PM
  2. Customizing the Product Page into a "Wizard"
    By medmonds in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 8 Jul 2009, 08:28 PM
  3. Replies: 6
    Last Post: 29 Apr 2009, 07:21 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •