Multi navigation on a single landing page

Anonymous
Not applicable

Multi navigation on a single landing page

Is there a way to have tabs/sections on a single landing page?

This way I can have a small area under, lets say a photo, where a user can tab between a few different options such as : "Tab A", "Tab B", "Tab C"?

I'm looking to have 3 headers and then copy for each of those three headers, only one at a time, displayed underneath the header chosen.

Do I make this using a table and a href inside the HTML page?

Thanks
Scott Lynch
Tags (1)
3 REPLIES 3
Anonymous
Not applicable

Re: Multi navigation on a single landing page

You can, but this is defintely going to be custom code. I'd probably look at using a jQuery component instead of tables.
Anonymous
Not applicable

Re: Multi navigation on a single landing page

Do I need to do this in the template or can it be done with the landing page itself?
Anonymous
Not applicable

Re: Multi navigation on a single landing page

JQuery did the trick.....thanks Erik!