Hi. I'm Kenny. I've inherited some webmaster responsibilities. I'm trying to make sense of what I'm seeing.
In the line of code below, from where would the page be trying to load the fall_pumpkin.dwt file?
Code:
<html><!-- InstanceBegin template="/Templates/fall_pumpkin.dwt" codeOutsideHTMLIsLocked="false" -->
The page that contains this line of code is located in a folder off of the main folder that contains the website. When I ftp into the website, I see the following folders:
css
images
logs
Templates
www
www1
www2
The website is located in the folder called www. That's were the main index.html file is. Inside www, is a folder that contains the web page that has the above line of code.
Can the folder inside the www folder access the Template folder above the main website folder of www? Or, is it just typed incorrectly?
Thanks.
|