View Single Post
  #9  
Old 08-25-2006, 04:48 AM
 
longhorn180 longhorn180 is offline
 

Senior Member
  
Join Date: Apr 2004
Location: Richmond, Virginia
Posts: 187
 

Default Re: How to make product text wrap around the image?

Insert this code into your skin1.css right below the other code for .PImgBox and this should take care of it.
Code:
.PImgBox ul, .PImgBox ol { margin: 0px; padding: 0px; }
This sets the margins and the padding for unordered lists and ordered lists to zero, but only within this div tag. This should solve your overlapping issues.
__________________
4.1.9 (Linux) Live Store
www.thecrackedbook.com
Find used books and out of print books.
Reply With Quote