Hi All.
Not being very good at coding, I've given up on the idea of using graphics for a menu. But... I would like to set-up a menu in my footer just for 2 pages (ex: Sitemap page and Terms page).
Obviously I don't want these pages to show up in the horizontal menu at the top. So my questions are:
1) How do I not show these 2 pages in the horizontal menu?
and
2) How do I include a text menu for just the 2 pages in my footer area?
Thanks.
Mike.
[Solved] Custom menu in footer
[Solved] Custom menu in footer
Last edited by Muzzy on Tue Apr 24, 2007 2:56 pm, edited 1 time in total.
Re: Custom menu in footer
Just use regular links in the global content for footer:
or regular cms internal links.
Nullig
Code: Select all
<a href="sitemapurl">sitemap</a> <a href="termsurl">Terms</a>
Nullig
Re: Custom menu in footer
Thanks Nullig.Nullig wrote: Just use regular links in the global content for footer or regular cms internal links.
Now you mention it, it's painfully obvious.
Somebody give me a new brain!!!
Thank you friend.
Mike.