HTML nav bar

Hello, I made my own HTML navigation bar, and I will be very happy if it´s possible when I click on the contact page, it will redirect me on the contact page made with Wix. When I paste hraf=“URL” to main code, it will show me only in the HTML box. Is there any possible way how to connect link with HTML in Wix? Thanks for the help!


Why not just use one of the many menu options offered by Wix for a much more seamless experience. It will also be easier to maintain and to keep a more consistent UX behavior.

However, regarding HTML…

You can pass messages between the HtmlComponent and the Page. Refer to the HtmlComponent API documentation for more information. Look at the article Corvid: Working with the HTML Element for an explanation on how to use.

Here are a couple of examples that demonstrate how to use an HtmlComponent:
Example: Fullscreen with HtmlComponent
Example: Multiple Markers Google Maps