Contributions
Easy validate osC HTML
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.
Expand All / Collapse All
The code for the generation of the admin menu emits empty tables preventing successful validation.
If the CSS border:0px; is used it must also have with it border-collapse:collapse; (for IE) IE will ignore it. Also changed border: ... to border-width: for more specific attributes.
I believe border="0" is valid as transitional but not strict.
For strict validation rather than deleting it change it to :
style="border:0px"
enc: changes to read me.txt
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.
Note: Contributions are used at own risk.