PDA

View Full Version : How can I wrap text round an image?


jxm28788
20-Jun-2004, 03:34 PM
Take a look at this file -->

The one on the left is a section with a list of products, and what I want to do is have some blurb at the top with a picture (on either side, I don't mind) - the text needs to wrap around the picture.

If I set it up with the template "large image on left" or "one product per row image on right" it displays as per the example on the right side - and of course it has the 'qty' box.

I can force the wrapping by doing the above but taking the excess text and creating a "description only" with the rest of the text in below. However, this has two probs - 1st, there is a divider line between them and 2nd, the top bit still has a qty box.

Soooooo... Is there a way to do what I want without modifying the templates? Or is there a minor change I can make to the templates to acheive this...?

TraceyG
21-Jun-2004, 11:54 AM
Hi,

See this thread (http://community.actinic.com/showthread.php?s=&threadid=5050).

To remove the quantity box, comment out 'NETQUOTEVAR:PRODUCTQUANTITY' from the product line template so it looks like:

<!-- NETQUOTEVAR:PRODUCTQUANTITY -->

I hope this helps.