Forum Moderators: open
I have been trying to search out a good good HTML compression tool. Hope someone can point me to which tool is the best.
Also seeing that it compresses the codes. what is the best way to organize my files (compreseed and original). I'll need a system going to ensure originals are kept. Any suggestions?
The pre tags let you pre-format your text, using line returns and white space. For example, a poem placed between pre tags will be rendered correctly, but if placed between <p> </p> tags all the line breaks would be ignored and it would display as a block of prose, unless you put a <br> at the end of every line.
White space and line returns are meaningless in html and are removed by compression tools, but they ought to know not to remove white space between <pre> tags as it is the author's intention to have it there.