When I put the shopping cart on the page the table extends beyond....
http://www.mhwdev.com/ismny/application.php
Add an item and on the next page you will see the summary table extends beyond the relm.
Please advise on how to fix and thanks.
http://www.mhwdev.com/ismny/application.php
Add an item and on the next page you will see the summary table extends beyond the relm.
Please advise on how to fix and thanks.
in your style.css, you have the following:
.container1 p { width:930px; height:auto; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#515151; padding:0px 0px 20px 25px; margin:0px;}
the cart is inside the container1 div and the item name is in a p tag, so that css is causing the item name to be 930px wide.
remove the width for that selector so it wont force the item name to be 930px wide.
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.