Hi, it might be a simple thing, but I cannot find it myself and don't see answers previously given.
I want to align "Add to Cart" button with a quantity box. Right now the button sits below the box. I see in the code (from "view source") two breaks, which probably are the reason.
<div id="cartAdd">
Add to Cart: <input type="text" name="cart_quantity" value="1" maxlength="6" size="4" /><br /><br /><input type="hidden" name="products_id" value="48" /><input type="image" src="includes/templates/linenlinens/buttons/english/button_in_cart.gif" alt="Add to Cart" title=" Add to Cart " /> </div>
How to find in what file those breaks are so they can be removed?
I tried Developer Tool Kit in admin back, but could not find it.
Thanks in advance.


Reply With Quote

