Community Add-Ons
Easy validate osC HTML
for osCommerce Online Merchant v2.2
Made for osC2.2MS2
Use this if you like to use http://validator.w3.org/ to check your HTML.
This little contribution a.o. prevents this kind of error messages when trying to validate:
[quote]# Line 240, column 134: cannot generate system identifier for general entity "osCsid"
...alog/product_info.php?products_id=28&osCsid=53fbe4fc78274583929559481a"
^
[/quote]
Thus it will be much easyer to find the real errors.
Tip for Mozilla users: if you install the PNH toolbar, several handy tools will be available for website developers, a.o. a link to w3.org validation for the page your viewing.
http://placenamehere.com/pnhtoolbar/
Note: allthough I'm contributing this, most credits should go to dreamscape, he explained me how to implement this.
The code for the generation of the admin menu emits empty tables preventing successful validation.
