How do I place the cart buttons side by side? (They currently only display on top of each other)
Due to how HTML works, the shopping cart buttons will only display one on top of the other. For example:
BUTTON
BUTTON
BUTTON
To place them side by side you must put them into a table, like so:
Note: You can make the table invisible by setting the "border" attribute to 0 (zero), like this:
border=0 |
|
|