Forum Moderators: not2easy
Here's the css for both:
div#smallimage { width: 131px;
height: 132px;
background-image: url(images/product-shadow-118.jpg);
background-position: -3px -2px;
float: left;
margin-left: -15px;
padding-top: 1px;
padding-left: 15px; }
div#productdescription { width: 647px; }
Not really much to it and I'm sure it's a really simple thing.
Any help would be much appreciated.
For your content/text div, just apply the setting "overflow:auto" (or overflow:hidden, but I say auto is better). This makes it so that the float does not seem like it's residing inside the content div, in that the content div wraps around it (vertically).