
Originally Posted by
picaflor-azul
If you post a link to your site I can take a look.
It would be better to add the link inside a ul tag as a list item.
Thanks,
Anne
By George you're right, just replacing my added code with
Code:
<ul> <li><a href="<?php echo zen_href_link(FILENAME_PRODUCTS_ALL); ?>"><?php echo HEADER_TITLE_ALL_PRODUCTS; ?></a></li></ul>
seems to work perfectly.
Thanks so much.