Remove/Convert HTML

Provides a number of options for converting your HTML code:
  • Remove HTML - Removes all HTML tags from your document, leaving only Text
  • Remove Scripts - Removes any scripts (Javascripts, VB Scripts, etc) from your document
  • Remove Scripts & Events - As "Remove Scripts" but also removes any "Events" (such as onClick, onMouseOver, etc) attached to elements within your document
  • Remove Styles - Removes any CSS styles from your document
  • Consolidate into one line - Joins all your lines of code into one single long line. This makes it harder for other people to read your code
  • Convert to Text - Converts your HTML into text, so that if your document is then viewed in a browser, the visitor will see the code, not the rendered document
  • Convert to Javascript - Concerts your HTML code into a single "document.write" Javascript command
  • URL Encode - Encodes your file into characters suitable for inclusion in Internet URLs

    Once you have selected an "Action", the preview window will display the resulting code. You can choose "Replace Current File" to replace the original file, with the converted one, or "Start New File" to keep the original file, and place the converted code in a new file

    Next Topic: HTML Squisher! >