These are General guidelines
for keeping and maintaining each Website
- Create and Define the 'Root' folder. Usually this
will have a name recognisable as the Site you are building.
Eg: "MySite"
- Within the 'Root' folder create other folders where
appropriate with Names according to their Function.
Eg: images / Css_styles/ Assets etc.
- Ensure that all the resources for the site are copied
to their relevant folder first.
Eg: All images to be used for the site copied to the
'images' folder first.
- Create pages as necessary, drawing the resources
from their relevant folders (within the Root folder) and
saving the resulting html page to the Root Folder.
- Saving files to floppy disc Herere
Example Root folder Structure for "MySite.com"
Root
folder - Renamed 'MySite' (contains all the Html pages
for MySite)
images (contains
all images for the site MySite)
Css_styles (contains
all external stylesheets for MySite)
Assets (contains
other assets/components for MySite)
Javascript (contains
all javascript files for MySite)
Etc..
Saving files to floppy for Dreamweaver
MX course work Submission
The layout of the structure for workfiles saved to floppy disc should
be in the order of the screenshot below
The idea being to copy the whole of the Site "Root Folder" to
floppy (or export)
Select the Site 'Root folder' and either Send to or copy and paste to floppy
disc
"MySite" (the site root folder) comprises the following subfolders
and components

The contents of the assets folder will contain further subfolders
The contents of the images folder, for example, contains all the site
'image' (.gif +.jpg)files.

It is important to bear in mind that in order to view various pages and their
respective components
all related files and linked pages MUST be included to the floppy disc.
The Site ROOT Folder and all of
its respective elements/components need to be included
|