> is there a way to skip the HTML head and footer so the page > is not a complete html document but just a snippet of html? > ... > For example, skipping the html body, head, head closing, > and body closing tags at minimum. tidy --show-body-only yes test.html > test-body.html http://tidy.sourceforge.net/ -Jeff