P
petermichaux
Hi,
I want to use a style sheet for several pages. My directory tree is
somthing like this
Level 1: ~/Index.html
Level 2: ~/folder1/page1.html
Level 3: ~/folder1/folder11/page11.html
I want to put the style sheet in level one and then refer to the style
sheet in all of the pages. Is there a way to link the style sheet in
page1.html or page11.html so that it searches it's own folder for the
style sheet and if it doesn't find the style then it searches the next
higher level and then the next higher level above that? I think what
I'm trying to say is I want to "search up the tree".
I'm trying to make it easy to move the pages around from level to level
without having to change "../../" to "../" when I move a page up a
level.
Also I don't want to make hard reference to whatever ~ happens to be.
Thanks,
Peter
I want to use a style sheet for several pages. My directory tree is
somthing like this
Level 1: ~/Index.html
Level 2: ~/folder1/page1.html
Level 3: ~/folder1/folder11/page11.html
I want to put the style sheet in level one and then refer to the style
sheet in all of the pages. Is there a way to link the style sheet in
page1.html or page11.html so that it searches it's own folder for the
style sheet and if it doesn't find the style then it searches the next
higher level and then the next higher level above that? I think what
I'm trying to say is I want to "search up the tree".
I'm trying to make it easy to move the pages around from level to level
without having to change "../../" to "../" when I move a page up a
level.
Also I don't want to make hard reference to whatever ~ happens to be.
Thanks,
Peter