Hi Jade,
The code works and the css lines keeps the dots from appearing. The gap is still there, but now it only appears when there is an item in the cart. And the notice bar that is supposed to come up and say you have successfully added the item to your cart, doesn't come up anymore. Maybe that is a clue that will help the diagnosis?
Weird huh?
Thanks!Code:<!--bof-view cart and checkout now links--> <?php if ($_SESSION['cart']->count_contents() != 0) { ?> <div id="ezLinks"> <ul class="forward"> <li><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a></li>| <li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CHECKOUT; ?></a></li> </ul> </div> <?php }?> <!--eof-view cart and checkout now links-->


. The gap is still there, but now it only appears when there is an item in the cart. And the notice bar that is supposed to come up and say you have successfully added the item to your cart, doesn't come up anymore. Maybe that is a clue that will help the diagnosis?
Reply With Quote
