Hello,
My question is how to create content (html) without creating new subpages to the main page?
If i want to have 5 links inside main page and each link to have different content (html module). Is it possible to create 5 different html modules in 1 page and when clicking link1 to appear HtmlModule1, when clicking link2 to appear HtmlModule2, etc.?
(this is the longer explanation if the above is not understandable):
I know i can solve this by adding 5 different pages like:
I have the following case scenario, which is quite common around Webpages in internet, for example:
I have one main page (in the menu) called "Collections". When I click the "Collections" menu inside of it i can add 1 or more Html modules. I can also add 1 or more subpages on the Collections page. So, they can appear in the menu as sub-menu or they can be hidden (not seen as submenus). I writing this because i know these options well.
This is not good, because if i want to have 100 sub pages i should create 100 pages + 100 html modules. Instead, is it possible to create only 100 html modules and use it in 1 page with different links? The 100th Html Modules won't be on the page at the same time, of course. There'll be 100 links in the page and when you click certain link will appear the Html Module for that link.