Hey, gang.
Here's the background. I have literally hundreds of HTML files, all named index.html, that I am about to transition from one server to another. The syntax in the files are all pretty much identical, but the catch is that they are all in a rather large directory tree. The site, for point of reference, is
here, and I'm transitioning
(
Read more... )
Comments 4
Reply
Part of the recipe does entail altering the static URL references, and most of the pointers are relative to the tree. If you read the source of the vast majority of the pages, you'll see the relative references therein. A few of the URLs are, indeed, static, especially within the "You Are Here" tables.
(That said, do you know of a trick where I can make any URL referencing a higher level directory relative, or should those be static for the purpose? For that matter, will CSS do something where I can make them relative?)
Reply
../images/picture.png would do that. (.. means go up a level in a relative URL.)
Reply
Reply
Leave a comment