IMPORT STATIC HTML MENU TO CONCRETE5
Permalink
Hello how are you; I'm new in the forum and the truth that the video turned me quite practical; but I have a question:
How I do to, address the links of html menu; without modifying the design of my menu?
For example: How do I make the links can open my other pages?
This is the HTML code (menu):
<Ul>
<Li> <a href="index.html"> SALTA </a> </ li>
<Li> <a href="index2.html"> </a> POLICY </ li>
<Li> <a href="index3.html"> COUNTRY </a> </ li>
<Li> <a href="index4.html"> POLICE </a> </ li>
<Li> <a href="index5.html"> SPORTS </a> </ li>
<Li> <a href="index6.html"> WORLD </a> </ li>
<Li> <a href="index7.html"> HEALTH </a> </ li>
</ Ul>
How done concrete5 to open the links?. I'm waiting for your answer, cheers.
How I do to, address the links of html menu; without modifying the design of my menu?
For example: How do I make the links can open my other pages?
This is the HTML code (menu):
<Ul>
<Li> <a href="index.html"> SALTA </a> </ li>
<Li> <a href="index2.html"> </a> POLICY </ li>
<Li> <a href="index3.html"> COUNTRY </a> </ li>
<Li> <a href="index4.html"> POLICE </a> </ li>
<Li> <a href="index5.html"> SPORTS </a> </ li>
<Li> <a href="index6.html"> WORLD </a> </ li>
<Li> <a href="index7.html"> HEALTH </a> </ li>
</ Ul>
How done concrete5 to open the links?. I'm waiting for your answer, cheers.
depending on what version of concrete5 you are running you can modify the autonav block to change the apperance of your navigation in any way you want.
If you are using 5.6 then I highly recommend JordanLev's set of clean block templates which will help you cleanly transition your custom nav markup to C5's autonav. His templates are fully commented and helped me get a grasp of how C5 nav works when I was first starting out with C5.
https://github.com/jordanlev/c5_clean_block_templates...
(The autonav template may even work in 5.7 can't remember if I've tried yet!)
https://github.com/jordanlev/c5_clean_block_templates...
(The autonav template may even work in 5.7 can't remember if I've tried yet!)
If you are using 5.6 then I highly recommend JordanLev's set of clean block templates which will help you cleanly transition your custom nav markup to C5's autonav. His templates are fully commented and helped me get a grasp of how C5 nav works when I was first starting out with C5.
https://github.com/jordanlev/c5_clean_block_templates...
(The autonav template may even work in 5.7 can't remember if I've tried yet!)
https://github.com/jordanlev/c5_clean_block_templates...
(The autonav template may even work in 5.7 can't remember if I've tried yet!)