[Solved] Custom menu in footer

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
Muzzy

[Solved] Custom menu in footer

Post by Muzzy »

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.
Last edited by Muzzy on Tue Apr 24, 2007 2:56 pm, edited 1 time in total.
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: Custom menu in footer

Post by Nullig »

Just use regular links in the global content for footer:

Code: Select all

<a href="sitemapurl">sitemap</a> <a href="termsurl">Terms</a>
or regular cms internal links.

Nullig
Muzzy

Re: Custom menu in footer

Post by Muzzy »

Nullig wrote: Just use regular links in the global content for footer or regular cms internal links.
Thanks Nullig.

Now you mention it, it's painfully obvious.
Somebody give me a new brain!!!

Thank you friend.
Mike.
Locked

Return to “Layout and Design (CSS & HTML)”