WebSite X5Help Center

3 ANTWORTEN - 1 KORREKT
Anthony A.
Anthony A.
User

are you using the same menu  (your example) or are you using the default x5 menu?

if its your default x5 menu then instead of creating page, create a new level

go to step2 > map creation> select the Menu then hit  New Level, rename it to name you want, select your new level, go to properties, from "Link to be executed on item click> choose "File or URL", then choose Internet file and add the address over there.

if this post is the correct answer, please mark this answer as correct answer.

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

Good Luck
http://www.nuluhost.com (6 months free Web Host for x5 users, promo code: usx56m)
http://www.wdesigners.us
http://www.usx5.com (Templates and support for x5)

Mehr lesen
Gepostet am von Anthony A.
Tomáš  M.
Tomáš M.
User
Autor

I dont wanna use default X5 menu I want use the same menu in example

Mehr lesen
Gepostet am von Tomáš M.
Anthony A.
Anthony A.
User

if you are using any other css based nav bar, you always have 2 parts, css and html.

in html part you will have something like

<ul>

<li><a href="page1.php">page1</a></li>

<li><a href="page2.php">page2</a></li>

<li><a href="page3.php">page3</a></li>

</ul>

change the link has extension to any link you would like to

for example

<li><a href="http://www.google.com/news">page1</a></li>


if this post is the correct answer, please mark this answer as correct answer.

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

Good Luck
http://www.nuluhost.com (6 months free Web Host for x5 users, promo code: usx56m)
http://www.wdesigners.us
http://www.usx5.com (Templates and support for x5)

Mehr lesen
Gepostet am von Anthony A.