Hi,
What's the best way to strip out all whitespace from a .Net website? I found this site Whitespace removal - 4Wall Art Site
If you look at the source it's clearly a .net site but all unwanted tabs and spaces are removed. Now I've searched around it seems a regular expression on the page render is the best method but does anyone have any examples? Or any conflicting opinions on whether this is the best way? The html source on that site are down to ~30kb which is something I'm striving toward!
Thanks, Steve