Hi I have created many pages with front page for the products that I will sell on my website and installed the shopping cart on my server. I got the codes (Bellow) from the company who sold me the shopping cart. But I am having trouble with pasting it in code view. I just never find the exact place in the htlm codes where I can paste the code for the form. It simply ends up somewhere else or doesn’t work. Can somebody explain how can I put the forms in the design view? Or any opinion or resource where I could read about the add to cart forms will be much appreciated. Thank you Laszlo. <form name="productForm" action="http://www.1printer-supply.com/store/cart.php" method="POST" style="margin-top: 0; margin-bottom: 0; margin-left: 0; margin-right: 0;"> <input type="hidden" name="m" value="add"> <input type="hidden" name="productID" value="1"> <input class="Form2" type="text" name="quantity" size="3" value="1"> <input type="image" src="images/en.add.cart.btn.gif" alt="Add To Cart" border="0">
If you are unable to read HTML, you might try in the WYSIWYG mode and go to Insert - Web Component - Advacned Control. And choose HTML. This will allow you to paste the HTML hopefully as needed