I've got a few lines that look like this:\[code\]<input type="hidden" name="email" value="http://stackoverflow.com/questions/15844222/[email protected]" style="display:none" >\[/code\]Each one is adding extra space, even though I've used the type hidden and display:none. I'm starting to think it's something in the CSS (http://www.pastebin.ca/2350649), but after changing up a few things can't find what is causing it either. The input is all inside a form, if that makes a difference.