I find myself writing some pretty sloppy code from time to time and it would be nice if there was a good tool online to apply uniform indentation, spacing, etc to my css and html code automatically. Anyone know of a particularly good tool for this?
Not sure if this is what you're looking for--looks like it only does css. http://cdburnerxp.se/cssparse/css_optimiser.php
See HTMLTidy, Google is your friend. Firefox has a Tidy extension, so when viewing source, click on clean up the page. Tidy will format the html and correct what errors it can and notify you of others. cheers, gary
Click on tools->addons, then click get extensions in the dialogue box. Use the search function, html tidy. That will lead you to html validator. cheers, gary