PDA

View Full Version : Single line with product variants


Mike Hughes
05-Mar-2003, 11:49 AM
Hi,

I'm trying to create a product template with just the product name, a drop down variant list and a buy button all on a single line.

It works fine, without the drop down list but as soon as you include the drop down variant list you get a bunch of <br>s appearing.

So far I've managed to get rid of all but one of the breaks by:

1) removing the <blockquotes> from act_variantComponentName.HTML

2) changing the attribute seperator to 'space'

3) removing a <br> from the template.

But there's still one pesky <BR> appearing after the drop down list and before the buy button.

I'm assuming it's one of the list of <BR>s in the 'design/text/website/html' options. Any ideas which one ?

Mike

Mike Hughes
05-Mar-2003, 01:15 PM
I've solved this with a bit of trial and error. It's the same one as has been described for an earlier problem. (-1, 2045).

Mike