Jump to content

Folder linking problem


Kasdraven

Recommended Posts

OK. I have a folder called "index". Inside of this is (go figure) index.html. Now inside of the index folder is a folder called "content". Inside of this is a page called articles.html. In the page articles.html is a link to return to the home page (index.html). Here's the code I am using to link back to the home page.<a href="index/index.html">::HOME::</a>It deosn't link back to index.html in the index folder. I think maybe its the route I am trying to use to get to index.html.Now I have a link in index.html leading to articles.html. Here is the code.<a href="content/articles.html">Articles</a>It links fine, straight to articles.html inside of the content folder. Would anybody know why the link inside of articles.html wouldn't link back to the index.html?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...