I am fairly new to Dreamweaver, and I am having a problem with unwanted white space on three of the pages on a website that I designed. The rest of the pages are fine, but I can't figure out what the difference is. Can anyone help? I need to fix it ASAP for a client. Here is the code from the page.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- DW6 -->
<head>
<!-- Copyright 2005 Macromedia, Inc. All rights reserved. -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>First Coast Naval Services</title>
<link rel="stylesheet" href="2col_leftNav.css" type="text/css" />
<style type="text/css">
<!--
body {
	background-image: url(graphics/bckgrnd.gif);
	background-repeat: repeat;
}
#Layer1 {
	position:absolute;
	left:8px;
	top:649px;
	width:222px;
	height:42px;
	z-index:1;
}
.style3 {font-size: small}
.style5 {color: #FFFFFF; font-weight: bold; }
#Layer2 {
	position:absolute;
	left:805px;
	top:727px;
	width:152px;
	height:117px;
	z-index:1;
}
.style6 {font-size: 80%}
.style7 {font-size: 90%}
-->
</style></head>
<!-- The structure of this file is exactly the same as 2col_rightNav.html;
     the only difference between the two is the stylesheet they use -->
<body>
<div id="masthead">
  <h1 align="left" id="siteName"><a href="home.html"><img src="graphics/fcnsheader.jpg" width="648" height="75" border="0" /></a></h1>
</div>
<!-- end masthead -->
<div id="content">
  <h2 id="pageName">Consolidated Services/Base Operating Services Contract, Souda Bay, Crete  (NAVFAC) </h2>
  <div class="feature">
    <h3>Responsive to the Customer:</h3>
    <ul>
      <li>Maintained vehicle in-commission rate of 95%+ over all contract periods, exceeding only measurable contract performance threshold of 90% . </li>
      <li>Key en-route support base for Iraq and Afghanistan - activated on short notice and ahead of schedule five dormant bachelor enlisted facilities and two bathroom/shower facilities.</li>
    </ul>
    <h3>Team Player :</h3>
    <ul>
      <li>Corrected a critical environmental compliance issue for the Medical CLinic by developing and implementing a medical disposal service.</li>
      <li>Saved the Government $50K and a critical theatre asset by repairing a Harbor Patrol Boat deemed &quot;unrepairable.&quot;  </li>
    </ul>
    <h3>Safety Record:</h3>
    <ul>
      <li>Under the current and previous contracts, no reportable accidents - ever! </li>
    </ul>
    <h3>Award Fee History </h3>
    <ul>
      <li>Average 99.5% over life of contract .</li>
    </ul>
    <h3>CPAR Ratings :</h3>
    <ul>
      <li>Exceptional in all categories.</li>
    </ul>
  </div>
  <div class="story">
    <h3>&nbsp;</h3>
    <img src="graphics/souda_bay_table.jpg" alt="Souda Bay Table" width="562" height="336" longdesc="graphics/souda_bay_table.jpg" /><br />
        <h3>&nbsp;</h3>
  </div>
  <div class="story">
    <h3>&nbsp;</h3>
  </div>
</div>
<!--end content -->
<div id="navBar">
  <div id="search">
    <h3>Related Link Category</h3>
    <ul>
      <li><a href="about.html">• About the Team</a><a href="events.html">• Calendar of Events</a><a href="news.html">• News and Updates</a><a href="join.html">• Join Our Team</a><a href="questions.html">• Questions and Concerns</a><a href="contact.html">• Contact Us</a></li>
    </ul>
  </div>
  <div class="relatedLinks">
    <h3>Relevant Performance </h3>
    <ul>
      <li><a href="guam.html">&bull; Territory of Guam </a><a href="singapore.html">&bull; Southeast Asia</a><a href="soudabay.html">&bull; Souda Bay, Crete</a><a href="chesapeake.html">&bull; Chesapeake, Virginia </a><a href="tinker.html">&bull; Tinker AFB</a></li>
    </ul>
  </div>
  <div class="relatedLinks">
    <h3 class="style7">Company Overview</h3>
    <ul>
      <li class="style6">• Proven DS2 PARSONS Team</li>
      <li class="style6">• ISO 9000 Certified Companies</li>
      <li class="style6">• Performance-Based Quality Management</li>
      <li class="style6">• Safety Culture - Low EMR</li>
      <li class="style6">• JAX-Net Web Portal MIS Solution</li>
      <li class="style6">• Operations at Over 100 Sites Worldwide</li>
      <li class="style6">• Maximum Small Business Utilization </li>
    </ul>
  </div>
  <div id="advert"></div>
  <div id="headlines">
    <h3 align="center"><img src="graphics/DSC_0913cth.jpg" width="239" height="156" /></h3>
  </div>
  <div class="style3" id="div"></div>
</div>
<!--end navbar -->
<div id="siteInfo"><img src="graphics/A-ds2-parsons-company.jpg" width="259" height="35" /> <a href="about.html">About Us</a><a href="#"></a> | <a href="home.html">Home</a><a href="#"></a>  | <a href="contact.html">Contact Us</a><a href="#"></a> | &copy;2010 First Coast Naval Services</div>
<br />
</body>
</html>

Recommended Answers

All 3 Replies

Which space did you mean? Maybe space between the browser and your pgae. Give 'margin' and 'padding' to '0' in body.

body {
      margin: 0;
      padding: 0
     }

That is what I understand your question.

Which space did you mean? Maybe space between the browser and your pgae. Give 'margin' and 'padding' to '0' in body.

body {
      margin: 0;
      padding: 0
     }

That is what I understand your question.

I will try that. Thank you!!

Please be more specific with your problem... Where is it that you are getting the extra white space?
Kindly explain so that we can help... It will be a minor issue for sure...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.