When I right click and view source I see lots of gaps and white space; is there anyway I can remove it? Is there any modules? Or do I NOT need to worry about it?

Comments

semperos’s picture

My suggestion would be - if you page renders properly in browsers, don't worry about the white-space you see from Drupal and its modules in your HTML source. In terms of navigating the rendered HTML more easily, you probably want to use Firefox with Firebug.

mtsanford’s picture

data is generally compressed before it is sent, and decompressed on the client, all in the background at the network layer. Most of that whitespace is squeezed out. I would not worry about it.