Navigation bar

Connect with other users about what to run on your webhosting (and how to run it) here.
Post Reply
Magnus
New to forums
New to forums
Posts: 6
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Mon Jan 11, 2016 3:49 pm

Navigation bar

Post by Magnus »

Hello, how do I edit- and/or delete these? (Tried to mark them with black circles so you could see what I mean) http://i.imgur.com/xJ9f839.jpg
a117yogi
New to forums
New to forums
Posts: 10
Joined: Thu Jan 28, 2016 10:47 pm

Re: Navigation bar

Post by a117yogi »

without more information it will be hard to assist you, a link the page or the source code would help out greatly

if it's basic html you can learn alot about it here http://www.w3schools.com/html/html_links.asp

look for something like

Code: Select all

<a href="home.html">Home</a>
and change "home.html" to the new destination
Post Reply