http://www.wetwired.org Take a look at the footer, for some reason that bottom div is spaced from content and side bar.
http://www.wetwired.org Take a look at the footer, for some reason that bottom div is spaced from content and side bar.
I think it's your break tag <br /> in between the content and footer divs.
You can tell because if you add this to your CSS file, the space disappears:
br {display:none;}That was it! Damnit, I hate it when I look at code for hours and just can't figure this stuff out. Thanks for your 2nd pair of eyes!
This topic has been closed to new replies.