Can anyone tell me why there's an extra space here?

Can anyone tell me why there's an extra space here? http://www.libertywebmarketing.com/test/test.html
SOURCE CODE:
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Test</title>
<link href="css/Test.css" rel="stylesheet" type="text/css" />
<style type="text/css">
body {
background-attachment:fixed;
background-image: url(images/background.jpg);
background-color: #000;
background-repeat:no-repeat;
background-position:top;
background-position:center
</style>
</head>
<body>
<div class="container" id="container">
  <div id="Top"></div>
<div id="Copy">
   <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In malesuada cursus   commodo. Sed eleifend dolor nibh. In augue turpis, sollicitudin et luctus at,   suscipit sed erat. Aliquam metus ipsum, posuere eget placerat et, interdum at   metus. Aenean ut enim leo, at dapibus lorem. Donec hendrerit feugiat mattis.   Fusce sollicitudin nisl sed metus porta mollis. Aliquam a arcu nibh, aliquam   malesuada sem. Aliquam dictum porttitor odio, aliquam vehicula tellus sodales   ut. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere   cubilia Curae; Curabitur eu turpis eu nisi tincidunt egestas. Nam ultrices   aliquam pulvinar. Curabitur libero diam, tristique in lobortis at, vestibulum ac   purus. Cras sodales, mi at vestibulum pellentesque, orci arcu vulputate ligula,   et placerat elit nibh sed mi. Praesent pulvinar pulvinar massa, in malesuada   nisl mattis vitae. </p>
</div>
  <div id="Bottom"></div>
</div>
</body>
</html>
CSS:
.container {
margin-right: auto;
margin-left: auto;
width: 925px;
margin-top: 0px;
p {
font-family: Verdana, Geneva, sans-serif;
font-size: 14px;
#Top {
background-image: url(../images/TopEdge.jpg);
background-repeat: no-repeat;
height: 22px;
width: 925px;
#Bottom {
background-image: url(../images/BottomEdge.jpg);
background-repeat: no-repeat;
height: 18px;
width: 925px;
#Address {
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
font-weight: normal;
color: #FFF;
text-align: center;
line-height: 20px;
#Copy {
padding-right: 20px;
padding-left: 20px;
background-image: url(../images/White-Tile.jpg);
background-repeat: repeat-y;
font-family: Verdana, Geneva, sans-serif;
font-size: 14px;
line-height: 20px;
padding-top: 10px;
padding-bottom: 0px;
Thanks a lot.
Fitz21

Fitz21 wrote:
Thanks Nancy. That fixed it. Thanks Osgood also. I'm going to spend some time trying to understand why I needed padding on the bottom.
Fitz21
Padding on the bottom only fixes the problem BUT IS NOT the source of the problem, that is the default margins on the paragraph tag. I would forget trying to understand why you need padding and look more towards what causes the issue. If you know what the real source of an issue is then you  can generally fix it quite easily. What solution you use to fix it is then something you can decide upon.

Similar Messages

Maybe you are looking for

  • Column values convert to a single row...

    I have to return the column values to a single row seperated by comma. If any null values in the column just ignore it without leaving a comma. below is an eg. There are three values and two NULL values in the table SQL> select ID from temp_fa; ID   

  • ORA-06502: PL/SQL: numeric or value error(Run Time Error)

    Hi, Intially the table structure goes something like this. CREATE TABLE CLARITY_RESPONSE_LOG   REQUEST_CODE   NUMBER,   RESPONSE_FILE  BLOB,   DATE_CRATED    DATE                           NOT NULL,   CREATED_BY     NUMBER                         NOT

  • Balance sheet problem

    Hi SAP ALL,             i am facing one problem balance sheet amount showing 1000 rs Excess (for next year). Ex;31-12-2008.Balance sheet amount 100,000.00 and then we can check in next year 1-1-2009 it shows as 1,01,000.00. Plz share with me urgently

  • AS ABAP System not visible on SLD

    Hi Gurus, We have newly installed a CRM 2007 system (QA) and completed most of the post install activities. We have the requirement of connecting an XI system to the CRM system, and we are trying to configure the SLD. Here we are facing a wierd error

  • Simple Java Web Server

    I am looking for a simple Java Web Server similar to the one Sun used to have. My understanding is that they stopped supporting that server. My background for this need is a classroom setting that teaches servlets and JSP, but does not want to specif