CODE
<style type="text/css">
#front{
position: relative;
left: 10.7em;
top: 5.17em;
width:15em;
background-color: #ccc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #000;
float:left;
}
#content{
position:absolute;
left:8.28em;
top:5.5em;
background-color: red;
width: 100%;
height: 60%;
}
#welc{
text-align:left;
}
</style>
</head>
<body>
<div id="containertop">
<img src="../images/logopipa.jpg" id="titleimage" />
<div class="title"><p>The Original Fashion Doll</p>
<p>By Palitoy 1972 til 1980</p>
<input size="15" name="searchTerm" id="searchtxt" type="text" value="Enter Query" />
</div>
</div>
<div id="navleft">
<ul class="nav">
<li><a href="index.html">Female Dolls </a></li>
<li><a href="step1.html">Male Dolls</a></li>
<li><a href="step2.html">Child Dolls</a></li>
</ul>
<ul class="nav">
<li><a href="index.html">Dresses</a></li>
<li><a href="step1.html">Suits</a></li>
<li><a href="step1.html">Tops</a></li>
<li><a href="step1.html">Outerwear</a></li>
<li><a href="step1.html">Trouser/Skirts</a></li>
<li><a href="step1.html">Shoes</a></li>
<li><a href="step1.html">Accessories</a></li>
</ul>
</div>
<div id="content">
<img src="../images/8.jpg" id="front" />
<div id="welc">
Welcome to Pippa's here I will share my collection
of clothing and dolls which I have been collecting.
Please do visit my <a href="www.ebay.co.uk/jandolls" >
ebay shop </a>if you are interested in the
dolls.
</div>
</div>
</body>
#front{
position: relative;
left: 10.7em;
top: 5.17em;
width:15em;
background-color: #ccc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #000;
float:left;
}
#content{
position:absolute;
left:8.28em;
top:5.5em;
background-color: red;
width: 100%;
height: 60%;
}
#welc{
text-align:left;
}
</style>
</head>
<body>
<div id="containertop">
<img src="../images/logopipa.jpg" id="titleimage" />
<div class="title"><p>The Original Fashion Doll</p>
<p>By Palitoy 1972 til 1980</p>
<input size="15" name="searchTerm" id="searchtxt" type="text" value="Enter Query" />
</div>
</div>
<div id="navleft">
<ul class="nav">
<li><a href="index.html">Female Dolls </a></li>
<li><a href="step1.html">Male Dolls</a></li>
<li><a href="step2.html">Child Dolls</a></li>
</ul>
<ul class="nav">
<li><a href="index.html">Dresses</a></li>
<li><a href="step1.html">Suits</a></li>
<li><a href="step1.html">Tops</a></li>
<li><a href="step1.html">Outerwear</a></li>
<li><a href="step1.html">Trouser/Skirts</a></li>
<li><a href="step1.html">Shoes</a></li>
<li><a href="step1.html">Accessories</a></li>
</ul>
</div>
<div id="content">
<img src="../images/8.jpg" id="front" />
<div id="welc">
Welcome to Pippa's here I will share my collection
of clothing and dolls which I have been collecting.
Please do visit my <a href="www.ebay.co.uk/jandolls" >
ebay shop </a>if you are interested in the
dolls.
</div>
</div>
</body>


Answers