Colors Site Hierarchy

Last Updated Friday, March 13, 2009 3:00 PM


 

               
 
 
 
 
 
 
 
 
 
 
 
 
   
 
 
 

To make a link from your home page to the colors site main page, you would need to code the link as:   colors/index.html

This means from your home page, go into the colors folder and look for the file index.html.

To make a link from your home page to the blue.html page, you would need to code the link as:   colors/blue/blue.html

This means from your home page, go into the colors folder and look for the blue folder, go inside the blue folder and look for the index.html file.

To make a link from your home page to the red.html page, you would need to code the link as:   colors/red/red.html

This means from your home page, go into the colors folder and look for the red folder, go inside the red folder and look for the index.html file.

To make a link from the colors site main page to purple.html, you would need to code the link as:   purple/purple.html

This means from the colors home page, go into the purple folder and look for the purple.html file.

To make a link from the green.html page to the blue.html page, you would need to code the link as:   ../blue/blue.html   (that's dot-dot-forward slash-blue-forward slash-blue.html)

This means go back up out of the green folder into the colors folder and look for the blue folder, go inside the blue folder and look for the blue.html file

To make a link from the green.html page to the colors site main page, you would need to code the link as:   ../index.html

This means from the green.html page, go back up out of the green folder and look for the index.html file.

To make a link from the index.html page of the colors site to your home page, you would need to code the link as:   ../index.html

This means from the index.html page of the colors site, go back up out of the colors folder and look for the index.html file in your home page folder.

 

Back to Top