Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 10-05-2012, 02:08 PM   PM User | #1
Saber
New Coder

 
Join Date: Sep 2012
Posts: 34
Thanks: 9
Thanked 0 Times in 0 Posts
Saber is an unknown quantity at this point
How to link HTML page to other HTML page in the previous folder

Ok so if i put

link1.html and link2.html in a Folder5 and i put href in link1.html to lead to link2.html and from link2.html to link to link1.html it works.

But i have made link1.html to lead in a folder withing Folder5 called Folder6 where i you can find link2.html and if you click the link it will send you there.

But how to make the back connection... so that link2.html in Folder6 can lead to link1.html in Folder5 .. cuz if i put just the hreff to lead to link1.html i says that link1.html doesn't exist, because it's looking for it in Folder6... not in Folder5 that contains Folder6.
Saber is offline   Reply With Quote
Old 10-05-2012, 02:12 PM   PM User | #2
pdiddles03
New Coder

 
Join Date: Jun 2010
Posts: 76
Thanks: 0
Thanked 1 Time in 1 Post
pdiddles03 is an unknown quantity at this point
To do this type <a href="../link1.html" />

The "../" makes it go back a folder. So if you were two folders deep into our directory and you wanted to go back to the root folder you would use "../../"
pdiddles03 is offline   Reply With Quote
Users who have thanked pdiddles03 for this post:
Saber (10-05-2012)
Old 10-05-2012, 02:41 PM   PM User | #3
Saber
New Coder

 
Join Date: Sep 2012
Posts: 34
Thanks: 9
Thanked 0 Times in 0 Posts
Saber is an unknown quantity at this point
Thanks
Saber is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 01:32 AM.


Advertisement
Log in to turn off these ads.