1
View PhilBen's reputation
Posted February 1 '10 at 04:51 PM
Posts: 10
Hi all, does anyone know of a good CSS checker / cleaner ?
2
0 points at
%
Posted February 1 '10 at 08:32 PM
Posts: 51
Checker as in validating your mark up? For validation use the W3C validation service, it will check your code for any errors and if your markup is compliant with standards. There's something called css tidy it's an open source css parser and optimiser. Also there is one called clean css which is a css formater and optimiser.
3
View PhilBen's reputation
Posted February 1 '10 at 10:02 PM
Posts: 10
Thanks for that
MadRukus,