I am working on these two web pages:
http://slacklog.heroku.com/
http://slacklog.heroku.com/signup/date
As you can see, there is a gap between the top and middle images as well as the bottom and middle images on both pages.
Below is my HTML code:
<div class="content" align="center">
<div class="slacklog_log"></div>
<div class="main_column_section">
<div class="wide_box_top"></div>
<div class="wide_box_body" id="main_content_body">
<div id="white">
<div class="wide_box_top_white"></div>
<div class="wide_box_body_white">
<!-- unique content per page -->
<!-- additional stuff here -->
</div>
<div class="wide_box_bottom_white"></div>
</div>
</div>
<div class="wide_box_bottom"></div>
</div>
</div><!--content-->
If there is any other information I can provide to assist you in helping me with this issue. By the way, I have checked for padding or margin using Firebug but couldn't find it at all. Thank you in advance.