CHECKING LINKS SITEWIDE

In each  pages of this website there can be links to other pages. Those other pages can reside in whatever folder. It's quite easy to set right links by a specialized editor, because it allows you to navigate the directory tree and select links to the right needed file. More difficult if you have to do it manually. See the following example:

Miosito

|-- index.htm

 

 

 

 

 

HTMPAGES
|
|
STYLESHEETS
|--- mystile.css
Horizmenus
|-- tmenu.htm
|-- bmenu.htm

Pages
|-- Page1.htm
|-- Page2.htm
|-- Page1.htm
|-- Pagen.htm

 

Vertmenus
|-- vmenu.htm

 

Address of pages path to set in iFrames of index.htm
= "htmpages/Horizmenus/tmenu.htm"
= "htmpages/Horizmenus/bmenu.htm"
= "htmpages/Vertmenus/vmenu.htm"
= "htmpages/pages/page1.htm"
="stylesheets/mystile.css" .........................

Address path in Horizontal and vertical menus
= "../pages/page1.htm"
= "../pages/page2.htm"
="../../index.htm"
href.="../../stylesheets/mystile.css"
Address paths in pages (that are at the same level as menus)
href="../../stylesheets/page_div.css"
from page1 to page n = pagen.htm
from pages to menus = ../horizmenus/menu.htm
from pages to menus = ../vertmenus/menu.htm












 



 

 

 

In other words to set the link one must take as reference the place where the page containing the link is, and go back or ahead to find the place where the page to be linked resides. To spare your time you should check links every time you put a new page

Note: 1) to go back in the path of one level use ../ and to go back of 2 level use ../../
2) Templates: save a new blank htm page in the needed directory and apply template, then check all links