PDA

View Full Version : Add to cart button on same line as a component


afm
17-Aug-2004, 12:31 PM
Hi. Well, I've read the AUG and searched the faqs and this forum, but I'm still a bit stuck, so if anyone could point me in the right direction I'd be very grateful.

I'm developing a site where all the products have a single component, done as a checkbox. I have a need for the add to cart button to be on the same line as the checkbox. I've tried amending loads of templates, getting rid of extra <br>'s and it still ends up on the next line. Something, somewhere, must be adding a spurious <br>. I just can't find it!

Any help would be very much appreciated.

Amin

Darren B
17-Aug-2004, 01:04 PM
amin

try looking at this thread, although it is about componant priceing it has information on how to layout the products in single lines so you can get you button on the end

http://community.actinic.com/showthread.php?t=8617

cheers
Darren

afm
17-Aug-2004, 01:36 PM
Thanks for the suggestion.

I eventually found what I wanted in the AUG (a re-reading helped!) and all I had to do was go to phrase 2045 and remove <br> from there. That's where it got added to the end of a component, which is precisely what I didn't want.

Amin :)