CarolW
06-14-2005, 11:58 AM
Coherent Dog is growing; I have a page I need to post quickly, but my /www directory is already too full, and I need to make a subdirectory.
I'm worse than weak at relative addressing. I've consolidated my pages so every single one now uses the same external style sheet, which is located in my /www directory.
Now I'm about to make a subdirectory called med, in which I'll put numbers of pages.
files I will need are:
SSIs
which are currently in /www/include
(a whole bunch; text files that specify banner and footer images, and navigation files, both horizontal and vertical-down-the-right)
CSS
/www
(codog.css)
IMAGES
I don't think I have to worry about this one, unless I need to edit the text files in the /include subdirectory. For instance, here's one of those files:
<div id="masthead">
<a href="index.htm"><img alt="Where Eagles and Herons Watch Dogs (32KB)" title="Where Eagles and Herons Watch Dogs" src="images/logos/codogacc.jpg" /></a>
</div>
But I foresee a difficulty there, too; that is, in the code example, the images directory specified is /www/images/logos
however, my .html directory will be /www/meds
So - am I asking this question right? I'm completely dyslexic about this sort of thing; have no idea how to specify the URLs while sticking to relative addressing, which I most urgently want to do!
Is it clear what I'm asking?
Thanks again, in advance again, for your help!
Tue, 14 Jun 2005 09:55:45
I'm worse than weak at relative addressing. I've consolidated my pages so every single one now uses the same external style sheet, which is located in my /www directory.
Now I'm about to make a subdirectory called med, in which I'll put numbers of pages.
files I will need are:
SSIs
which are currently in /www/include
(a whole bunch; text files that specify banner and footer images, and navigation files, both horizontal and vertical-down-the-right)
CSS
/www
(codog.css)
IMAGES
I don't think I have to worry about this one, unless I need to edit the text files in the /include subdirectory. For instance, here's one of those files:
<div id="masthead">
<a href="index.htm"><img alt="Where Eagles and Herons Watch Dogs (32KB)" title="Where Eagles and Herons Watch Dogs" src="images/logos/codogacc.jpg" /></a>
</div>
But I foresee a difficulty there, too; that is, in the code example, the images directory specified is /www/images/logos
however, my .html directory will be /www/meds
So - am I asking this question right? I'm completely dyslexic about this sort of thing; have no idea how to specify the URLs while sticking to relative addressing, which I most urgently want to do!
Is it clear what I'm asking?
Thanks again, in advance again, for your help!
Tue, 14 Jun 2005 09:55:45