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.