Skip to main content
September 25, 2014
Question

Multi navigation on a single landing page

  • September 25, 2014
  • 3 replies
  • 950 views
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
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

September 25, 2014
You can, but this is defintely going to be custom code. I'd probably look at using a jQuery component instead of tables.
September 25, 2014
Do I need to do this in the template or can it be done with the landing page itself?
September 25, 2014
JQuery did the trick.....thanks Erik!