View Single Post
  #8  
Old 08-24-2006, 03:39 PM
 
jdedba jdedba is offline
 

Advanced Member
  
Join Date: Dec 2004
Posts: 96
 

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

Thank you so much for customizing the code for me. It works almost greatly.

The main problem is that if the description has html bullets ( <li> ... </li> ) or order list, they are overlapped by the image, and may not be visuable.

In 4.1.X, x-cart has the html editor for writing description, so it is easy to make bullets in the description.

I tried to make
Code:
.PImgBox img { FLOAT: left; PADDING-RIGHT: 16px; padding-bottom: 4px; }
but, it seems it is not a solid solution, because large size image still can overlap the bullets.

The little problem is there is a space in the first line of the description. it shows
Code:
first line ... second line...
in stead of
Quote:
first line ...
second line...

Thanks again.
__________________
version 4.1.1
Reply With Quote