Alright so I have a page in a folder, the page is called jobs.html and the folder is simply called "jobs". Its a sub folder of my mine "website" folder. In the main directory of the "main" folder is my "home.html" file. When I try to do
<a href="home.html">bla</a>
It malfunctions as it is looking for the home file in the jobs folder, which does not exist.
So I ask, how can I reference out of a folder to call a file from the root folder?