PDA

View Full Version : HELP!!! Design issues


Pyro
01-20-2008, 09:35 AM
Hi, I am trying to design a website but have run into 1 problem, my main text box will not extend fully across the page. I am a basic designer and can usually figure out these probs but I am stumped. HELP!!!

CSS sheet (part)

/* ------------------------------------------------------------------ DIV ID's ------- */

#container {
margin: 0 auto;
margin-top: 20px;
text-align: left;
width: 900px;
}

#content1 {
background: url(images/elf-bg.jpg) no-repeat 2px;
clear: both;
display: block;
height: 920px;
padding-left: 126px;
padding-top: 214px;
width: 880px;

HTML sheet (part)

</div>
</div>
<div id="content1">
<div id="text1"> <img src="images/cap-night-elf.gif">
<div class="heading">BEST PRODUCT OF THE MONTH - Rock Salt Lamps</div>
<br>
<p>Salt Crystal Lamps are a natural, effortless way to enhance your
well being, and a beautifully unique addition to your home
d&eacute;cor. Non-illuminated (cool) salt crystals work as mini
ionizers, however the Salt Crystal Lamps (warm) which are illuminated
from inside emit a higher number of negative ions.</p>
<p>Unlike some mass-produced items each Salt Crystal Lamp has been
carefully handcrafted and is unique, no two are alike.</p>
<p>The salt crystal lamps are carefully hand shaped to retain the
unique, natural shape and crystal structure of the salt rock. Salt
crystal rocks of such clear and beautiful colors are rare, only to be
found in limited locations in the world.</p>
<p>You can be assured that when you adopt a Salt Crystal Lamp for your
home or workplace (or both) you are getting a truly unique and
intriguing object that is both beautiful and functional.</p>
<p> <span class="flt-lft"><img src="images/image-1.gif"></span> <img
src="images/image-1.gif"> <span class="flt-lft"><img
src="images/image-2.gif"></span> <img src="images/image-1.gif"> <br>
<br>
<br>
<span class="flt-rgt"><a href="http://www.simpex.co.nz/rocksalt">...more
</a></span> </p>
</div>
</div>



Thanks in advance.

Cary
01-22-2008, 09:34 PM
Can you post your full html and full css? A url would be even better. And what are you calling your "main text box"?