WebSite X5Help Center

 
James Becker
James Becker
User

Text menu a bottom of page issue.  en

Author: James Becker
Visited 560, Followers 1, Shared 0  
Tags: menu,text

How does X5 Evo 10 handle the text menu at the bottom of a page if the corresponding menu option at the top of the is drop-down menu?? The way it is now at http://midsouthmc.org is not acceptable to me. See attached png file. Ideas?  

Posted on the
1 ANSWERS
Anthony A.
Anthony A.
User

so far it can't create levels on footer, better to use custom code on footer.

create a html code in your footer and place the codes over there. heres the example:

<a href="index.html">Home</a> | <a href="services.html">Services</a> | <a href="contact-us.html">Contact us</a> | <a href="blog.html">Blog</a> | <a href="imsitemap.html">Site Map</a>

if you wish to add color to them:

<a href="index.html"><font color="FFD700">Home</a> |

in this case you can put your sub menu as a single tab inside your footer.

if this post solved your issue, please mark it as solved.

------------------------------------------------------------

Good Luck

www.wdesigners.us

www.usx5.com (coming soon)

Read more
Posted on the from Anthony A.