Horje
how to set a link to a file that is not in the same folder html Code Example
how to set a link to a file that is not in the same folder html
Within the same folder, just use the file name:

<a rel="nofollow" href="theFile.html">my link</a>

Within the parent folder's directory:
<a rel="nofollow" href="../theFile.html">my link</a>

Within a sub-directory:
<a rel="nofollow" href="theSubDirectory/thefile.html">my link</a>




Html

Related
vimeo sdk Code Example vimeo sdk Code Example
laser full form Code Example laser full form Code Example
how to add space between buttons Code Example how to add space between buttons Code Example
html checkbox default checked Code Example html checkbox default checked Code Example
how do you code an image in html Code Example how do you code an image in html Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8