UPDATE: The problem as been solved. I’ve answered below with my solution, but cannot accept until alloted time has passed.
I have an html comment like below
<!-- comment
comment
comment
-->
With the comment in my webpage, the formatting of everything is off. Without it, the formatting is fine. Has anyone run into comments causing issues with CSS or HTML before, or is this most likely another portion of my code causing the real issue?
The comments were outside the html tag, which can cause formatting oddities (tested in IE7). It is good practice to include comments within HTML tags. I’ve now placed the comments within the head tag and it solved the issue.