Friday, October 9, 2009

Aim: How to link to a higher or lower directory?

Today we´ll be troubleshooting your pages to see that they are link within each-other and to home page as well?

Remember in order to link from Home to the movie page you must insert this code into you html file:

´<´a href="/FolderName/FileName.Extension">A message to the user like: click here to go to movie1<´/a>

in order to link up to a higher directory you must use:
´<´a href="../FileName.Extension">A message to the user like: click here to go to movie1<´/a>


in order to link up to a two times higher directory you must use:
´<´a href="../../FileName.Extension">A message to the user like: click here to go to movie1<´/a>

No comments: