Hi -
Because I've embedded galleries in 2 of my web pages, I was forced to put the files in folders outside the index.
For example, you have:
index.html
and in that folder you have a design folder & photo folder.
index.html links to design.html inside the design folder, and photo.html inside the photo folder.
Here's my question:
How do I link back to my index from photo.html or design.html?
I tried <a href="index.html">Home</a></h2> but it wont work.
is there a way to link backward one directory from the design folder?
THANK YOU!!!!
Because I've embedded galleries in 2 of my web pages, I was forced to put the files in folders outside the index.
For example, you have:
index.html
and in that folder you have a design folder & photo folder.
index.html links to design.html inside the design folder, and photo.html inside the photo folder.
Here's my question:
How do I link back to my index from photo.html or design.html?
I tried <a href="index.html">Home</a></h2> but it wont work.
is there a way to link backward one directory from the design folder?
THANK YOU!!!!