Charisma
01-29-2012, 08:00 PM
I have this page i built where the Background doesn't move but the content in the middle does, I have a frame with two frames inside. one is navigation and the other has text. How can I get rid of the borders on the left and right, so thetwo boxes look free?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="english">
<meta http-equiv="Content-Style-Type" content="text/css">
<title>Welcome to........</title>
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body>
<div id="container" >
<div id="top"></div><!-- this is required to push the #header down -->
<div id="header" >
<img src="images/Mug with foot.gif" alt="Foot holding mug" width="95" height="130" hspace="10" align="left">
<ul id="navigation">
<li><a id="current" href="#">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Portfolio</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div><!--end #header -->
<div id="content" >
<p>My interest in photography started when I was about 15, when I watched
my older brother develop photos in a downstairs bathroom that he had
turned into a darkroom. Of course when I had a baby of my own the
interest in photography resurfaced once again. I'm sure I had the most
photographed baby in the world. In 2003 I joined the local camera club
and I became very serious about my hobby. I was the club's editor for
their newsletter for at least 4 years, and have earned many merits and
honours for my photos in our monthly photo comps. I have earned my way
into 'A' Grade, which is the top grade in our club. I have won various
photo competitions over the last five years.
</p>
<p>
By the way, I forgot to mention that I have a physical disability. I'm
a thalidomide victim which means I have very short arms with three
fingers on each hand, so I take most of my photos (other than using a
tripod) while holding the camera with my feet. Not many photographers
can put that on their resume.
</div>
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="english">
<meta http-equiv="Content-Style-Type" content="text/css">
<title>Welcome to........</title>
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body>
<div id="container" >
<div id="top"></div><!-- this is required to push the #header down -->
<div id="header" >
<img src="images/Mug with foot.gif" alt="Foot holding mug" width="95" height="130" hspace="10" align="left">
<ul id="navigation">
<li><a id="current" href="#">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Portfolio</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div><!--end #header -->
<div id="content" >
<p>My interest in photography started when I was about 15, when I watched
my older brother develop photos in a downstairs bathroom that he had
turned into a darkroom. Of course when I had a baby of my own the
interest in photography resurfaced once again. I'm sure I had the most
photographed baby in the world. In 2003 I joined the local camera club
and I became very serious about my hobby. I was the club's editor for
their newsletter for at least 4 years, and have earned many merits and
honours for my photos in our monthly photo comps. I have earned my way
into 'A' Grade, which is the top grade in our club. I have won various
photo competitions over the last five years.
</p>
<p>
By the way, I forgot to mention that I have a physical disability. I'm
a thalidomide victim which means I have very short arms with three
fingers on each hand, so I take most of my photos (other than using a
tripod) while holding the camera with my feet. Not many photographers
can put that on their resume.
</div>
</body>
</html>