Quote Originally Posted by gsdcypher View Post
Hi Jade,

My turn to help.

I added this code:
Code:
 
<!--bof-view cart and checkout now links-->   
 <div id="your new div">
    <ul class="forward">
      <?php if ($_SESSION['cart']->count_contents() != 0) { ?>
      <a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a>  |  
      <a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CHECKOUT; ?></a>
      <?php }?>
    </ul>
    </div>
<!--eof-view cart and checkout now links-->
to the tpl_ezpages_bar_header and got the links to appear!

But it did push the side columns down a bit leaving a gap. Do you know what in my code is causing that and how to fix it?

Thanks.
Hello
I liked how your home page look, Can you tell me how did u do the blue buttons in the header? I want to have similar buttons on my page.

How did you insert the picture of dog on the home page? The veryfied links in the header?

Sorry too many qustions just trying to learn.