Tag Cloud for this topic:
|
Arranging the buttons my way
|
Matty member Posts: 29 |
I want to arrange the options and add to cart button differently, in a row, using CSS/HTML.
however, it affect the javascript somehow, and the cart does not sit on my site anymore. but works.
see here.
http://www.dougstubes.com/tungsol6550.html
anything would be helpful...
thanks,
Matt
# POSTED ON: December 7, 2007 @ 12:06 GMT -7
|
E-junkieChef E-Junkie Crew Posts: 628 |
You have a DIV tag starting before our button code and closing in the middle of our button code. That's what broke the cart.
# POSTED ON: December 7, 2007 @ 13:25 GMT -7
|
Matty member Posts: 29 |
I put the div tag inside the form tag. I am trying to arrange these three pieces like an inline list. Am I doing it wrong?
Thanks for all your help.
# POSTED ON: December 7, 2007 @ 18:30 GMT -7
|
Matty member Posts: 29 |
# POSTED ON: December 7, 2007 @ 18:31 GMT -7
|
E-junkieChef E-Junkie Crew Posts: 628 |
Matty, since you are using our form based code, you can not put our button in a div.
# POSTED ON: December 7, 2007 @ 18:39 GMT -7
|
Matty member Posts: 29 |
okay, thanks!
# POSTED ON: December 12, 2007 @ 08:29 GMT -7
|
|