This is the file Tree:
-page folder
--main.html
--style.css
--english
---hello.htm
--spanish
---hola.htm
How can I make hola.htm or hello.htm link the style.css in the parent folder?
This is the file Tree:
-page folder
--main.html
--style.css
--english
---hello.htm
--spanish
---hola.htm
How can I make hola.htm or hello.htm link the style.css in the parent folder?
If it is 1 directory above use ../(filename) (the two dots mean go 1 ditecory above)
<link href="../style.css" rel="stylesheet" type="text/css" />
jbennet, Thank you so much! It worked perfectly!
I'm guessing you found the thread via Google Search, Jkreifels.
From here on out, try not to "bump" topics over 3 years old.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.